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 | ????m? | 00111111001111110011111100111111100000101000110100111111 | 3f3f3f3f828d3f |
EUC-JP | ????m? | 00111111001111110011111100111111101000111110110100111111 | 3f3f3f3fa3ed3f |
UTF-8 | 遼김럷溜m꺉 | 111011111010011110000011111010101011100110000000111010111001111110110111111011111010011110001011111011111011110110001101111010101011101010001001 | efa783eab980eb9fb7efa78befbd8deaba89 |
UHC | 遼김럷溜m꺉 | 111010011010110010110001111010001000111010010110111010101111111010100011111011011000001110110000 | e9acb1e88e96eafea3ed83b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)