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 | ?詐???? | 00111111100011011011110000111111001111110011111100111111 | 3f8dbc3f3f3f3f |
EUC-JP | ?詐???? | 00111111101110101011111000111111001111110011111100111111 | 3fbabe3f3f3f3f |
UTF-8 | 渽詐렏얩렑렣 | 111001101011100010111101111010001010100110010000111010111010000010001111111011001001011010101001111010111010000010010001111010111010000010100011 | e6b8bde8a990eba08fec96a9eba091eba0a3 |
UHC | 渽詐렏얩렑렣 | 111011101010101011011110111100011000111010100101101111101110110110001110101001101000111010110100 | eeaadef18ea5beed8ea68eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)