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 | 止???殃 | 10001110011111100011111100111111001111111001111101101001 | 8e7e3f3f3f9f69 |
EUC-JP | 止?雩?殃 | 101110111101111100111111100011111110011011111010001111111101110111001010 | bbdf3f8fe6fa3fddca |
UTF-8 | 止렮雩렭殃 | 111001101010110110100010111010111010000010101110111010011001101110101001111010111010000010101101111001101010111010000011 | e6ada2eba0aee99ba9eba0ade6ae83 |
UHC | 止렮雩렭殃 | 11110010101011011000111010111011111010011110110010001110101110101110010011101010 | f2ad8ebbe9ec8ebae4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)