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 | 蒿捺棺 | 111001001110010010010011111001101000101010111011 | e4e493e68abb |
EUC-JP | 蒿捺棺 | 111010001110011011000110111010001011010010111101 | e8e6c6e8b4bd |
UTF-8 | 蒿捺棺 | 111010001001001010111111111001101000110110111010111001101010001110111010 | e892bfe68dbae6a3ba |
UHC | 蒿捺棺 | 111110111101101011010001111101001100111010110010 | fbdad1f4ceb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)