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 | 邏頑シ泌匡 | 111001111011010010001010111001101011110010010100111001011000101110100111 | e7b48ae6bc94e58ba7 |
EUC-JP | 邏頑シ泌匡 | 11101110101101101011010011101000100011101011110011001000111001111011011010101001 | eeb6b4e88ebcc8e7b6a9 |
UTF-8 | 邏頑シ泌匡 | 111010011000001010001111111010011010000010010001111011111011110110111100111001101011001110001100111001011000110010100001 | e9828fe9a091efbdbce6b38ce58ca1 |
UHC | 邏頑?泌匡 | 110101011010010011101000110101110011111111111001101100101100111011000100 | d5a4e8d73ff9b2cec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)