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??ν? | 0011111110000010100011010011111100111111100000111100101100111111 | 3f828d3f3f83cb3f |
EUC-JP | ?m??ν? | 0011111110100011111011010011111100111111101001101100110100111111 | 3fa3ed3f3fa6cd3f |
UTF-8 | 淋m슜淋ν쉱 | 1110111110100111101101011110111110111101100011011110110010001010100111001110111110100111101101011100111010111101111011001000100110110001 | efa7b5efbd8dec8a9cefa7b5cebdec89b1 |
UHC | 淋m슜淋ν쉱 | 111011001111100010100011111011011001101010101001111011001111100010100101111011011001101010001000 | ecf8a3ed9aa9ecf8a5ed9a88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)