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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭槃?沽 | 10001101110101011001111011001111001111111001111110011000 | 8dd59ecf3f9f98 |
EUC-JP | 祭槃?沽 | 10111010110101111101110011010001001111111101110111111000 | bad7dcd13fddf8 |
UTF-8 | 祭槃렣沽 | 111001111010010110101101111001101010011110000011111010111010000010100011111001101011001010111101 | e7a5ade6a783eba0a3e6b2bd |
UHC | 祭槃렣沽 | 1111000010101110110110101110100110001110101101001100110110111111 | f0aedae98eb4cdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)