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 | L»æÜ^ | 10010001010011001001000110111011111001101101110001011110 | 914c91bbe6dc5e |
SJIS-WIN | ?L????^ | 00111111010011000011111100111111001111110011111101011110 | 3f4c3f3f3f3f5e |
EUC-JP | ?L??æÜ^ | 0011111101001100001111110011111110001111101010011100000110001111101010101110010001011110 | 3f4c3f3f8fa9c18faae45e |
UTF-8 | L»æÜ^ | 110000101001000101001100110000101001000111000010101110111100001110100110110000111001110001011110 | c2914cc291c2bbc3a6c39c5e |
UHC | ?L??æ?^ | 0011111101001100001111110011111110101001101000010011111101011110 | 3f4c3f3fa9a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)