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??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | 釪?L釪?L^ | 1000111111100011101011010011111101001100100011111110001110101101001111110100110001011110 | 8fe3ad3f4c8fe3ad3f4c5e |
UTF-8 | 釪렊L釪렊L^ | 111010011000011110101010111010111010000010001010010011001110100110000111101010101110101110100000100010100100110001011110 | e987aaeba08a4ce987aaeba08a4c5e |
UHC | 釪렊L釪렊L^ | 1110100111101001100011101010000101001100111010011110100110001110101000010100110001011110 | e9e98ea14ce9e98ea14c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)