To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 奪則損h | 10010010010001001001000110100101100100011011100101101000 | 924491a591b968 |
EUC-JP | 奪則損h | 11000011101001011100001010100111110000101011101101101000 | c3a5c2a7c2bb68 |
UTF-8 | 奪則損h | 11100101101001011010101011100101100010011000011111100110100100001000110101101000 | e5a5aae58987e6908d68 |
UHC | 奪則損h | 11110111101011001111011011001110111000011101111101101000 | f7acf6cee1df68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)