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 | 蟾仙勣蝨廡 | 11100101101101111001000011100101100110011010100011100101100111001001110001000110 | e5b790e599a8e59c9c46 |
EUC-JP | 蟾仙勣蝨廡 | 11101010101110011100000011100111110100101010101011101001111111001101011110100111 | eab9c0e7d2aae9fcd7a7 |
UTF-8 | 蟾仙勣蝨廡 | 111010001001111110111110111001001011101110011001111001011000101110100011111010001001110110101000111001011011101110100001 | e89fbee4bb99e58ba3e89da8e5bba1 |
UHC | 蟾仙勣蝨? | 111000001110101011100000101110011110111011010011111000111010010000111111 | e0eae0b9eed3e3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)