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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褻????? | 11100101111101100011111100111111001111110011111100111111 | e5f63f3f3f3f3f |
EUC-JP | 褻????? | 11101010111110000011111100111111001111110011111100111111 | eaf83f3f3f3f3f |
UTF-8 | 褻뗮뢔秊굩뢘 | 111010001010010010111011111010111001011110101110111010111010001010010100111011111010011010010101111010101011010110101001111010111010001010011000 | e8a4bbeb97aeeba294efa695eab5a9eba298 |
UHC | 褻뗮뢔秊굩뢘 | 111000001110000110001011111011011000111101001111111001101101110010000010100011111000111101010011 | e0e18bed8f4fe6dc828f8f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)