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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??燼?嵬 | 00111111001111111110000010011110001111111001101111001010 | 3f3fe09e3f9bca |
EUC-JP | ??燼?嵬 | 00111111001111111101111111111110001111111101011011001100 | 3f3fdffe3fd6cc |
UTF-8 | 飇렣燼렦嵬 | 111010011010001110000111111010111010000010100011111001111000011110111100111010111010000010100110111001011011010110101100 | e9a387eba0a3e787bceba0a6e5b5ac |
UHC | 飇렣燼렦嵬 | 11111000111111001000111010110100111000111110100010001110101101011110100011100011 | f8fc8eb4e3e88eb5e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)