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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊エ諡 | 1110011010111011101101001110011010001011 | e6bbb4e68b |
EUC-JP | 貊エ諡 | 111011001011110110001110101101001110101111101011 | ecbd8eb4ebeb |
UTF-8 | 貊エ諡 | 111010001011001010001010111011111011110110110100111010001010101110100001 | e8b28aefbdb4e8aba1 |
UHC | 貊?諡 | 1101100011100111001111111110001111001101 | d8e73fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)