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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 禹盲?h | 111000100101101010010110110100110011111101101000 | e25a96d33f68 |
EUC-JP | 禹盲?h | 111000111011101111001100110101010011111101101000 | e3bbccd53f68 |
UTF-8 | 禹盲㉩h | 11100111101001101011100111100111100110111011001011100011100010011010100101101000 | e7a6b9e79bb2e389a968 |
UHC | 禹盲㉩h | 11101001111000001101100011101110101010001011101001101000 | e9e0d8eea8ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)