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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裝訪 | 11100101111001001001011001001011 | e5e4964b |
EUC-JP | 裝訪 | 11101010111001101100101110101100 | eae6cbac |
UTF-8 | 裝訪 | 111010001010001110011101111010001010100010101010 | e8a39de8a8aa |
UHC | 裝訪 | 11101101111110111101101110111110 | edfbdbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)