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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 馭?%]H | 11101001011001100011111110000001100100110101110101001000 | e9663f81935d48 |
EUC-JP | 馭?%]H | 11110001110001110011111110100001111100110101110101001000 | f1c73fa1f35d48 |
UTF-8 | 馭곸%]H | 1110100110100110101011011110101010110011101110001110111110111100100001010101110101001000 | e9a6adeab3b8efbc855d48 |
UHC | 馭곸%]H | 1110010111011111100000011110110010100011101001010101110101001000 | e5df81eca3a55d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)