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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 畯???U | 111110110110111100111111001111110011111101010101 | fb6f3f3f3f55 |
EUC-JP | 畯???U | 10001111110011011011101100111111001111110011111101010101 | 8fcdbb3f3f3f55 |
UTF-8 | 畯흘렕렟U | 11100111100101011010111111101101100111011001100011101011101000001001010111101011101000001001111101010101 | e795afed9d98eba095eba09f55 |
UHC | 畯흘렕렟U | 111100011110000111001000111010101000111010101010100011101011000001010101 | f1e1c8ea8eaa8eb055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)