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 | LE£B | 10010010010011001001001001000101100100011010001101000010 | 924c924591a342 |
SJIS-WIN | ?L?E?£B | 0011111101001100001111110100010100111111100000011001001001000010 | 3f4c3f453f819242 |
EUC-JP | ?L?E?£B | 0011111101001100001111110100010100111111101000011111001001000010 | 3f4c3f453fa1f242 |
UTF-8 | LE£B | 1100001010010010010011001100001010010010010001011100001010010001110000101010001101000010 | c2924cc29245c291c2a342 |
UHC | ?L?E??B | 00111111010011000011111101000101001111110011111101000010 | 3f4c3f453f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)