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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????③! | 0011111100111111001111110011111110000111010000101000000101001001 | 3f3f3f3f87428149 |
EUC-JP | ?????! | 00111111001111110011111100111111001111111010000110101010 | 3f3f3f3f3fa1aa |
UTF-8 | 李쏀쉧泥③! | 111011111010011110100001111011001000111110000000111011001000100110100111111011111010011110100011111000101001000110100010111011111011110010000001 | efa7a1ec8f80ec89a7efa7a3e291a2efbc81 |
UHC | 李쏀쉧泥③! | 111011001011000010111101111011011001101010000001111011001011001010101000111010011010001110100001 | ecb0bded9a81ecb2a8e9a3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)