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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冐居蹴脯 | 1110001111101100100010111000111110001111010100101110001111111011 | e3ec8b8f8f52e3fb |
EUC-JP | 冐居蹴脯 | 1110011011101110101101011110111110111101101100111110011011111101 | e6eeb5efbdb3e6fd |
UTF-8 | 冐居蹴脯 | 111001011000011010010000111001011011000110000101111010001011100110110100111010001000010010101111 | e58690e5b185e8b9b4e884af |
UHC | ?居蹴脯 | 00111111110010111101110011110101111011011111100011100001 | 3fcbdcf5edf8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)