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슎 | 111011111010011110110101111010111010000110110000111011001000101010011100111011111010011110110101111011111011110110001101111011001000101010001110 | efa7b5eba1b0ec8a9cefa7b5efbd8dec8a8e |
UHC | 淋롰슜淋m슎 | 111011001111100010001110111011011001101010101001111011001111100010100011111011011001101010011110 | ecf88eed9aa9ecf8a3ed9a9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)