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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯??扼? | 11101001111100100011111100111111100111010100111000111111 | e9f23f3f9d4e3f |
EUC-JP | 鶯??扼? | 11110010111101000011111100111111110110011010111100111111 | f2f43f3fd9af3f |
UTF-8 | 鶯볟썱扼잹 | 111010011011011010101111111010111011001110011111111011001000110110110001111001101000100110111100111011001001111010111001 | e9b6afebb39fec8db1e689bcec9eb9 |
UHC | 鶯볟썱扼잹 | 11100101101000111001001111100101100110111010000011100100111110011010000001000010 | e5a393e59ba0e4f9a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)