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 | 止???? | 100011100111111000111111001111110011111100111111 | 8e7e3f3f3f3f |
EUC-JP | 止?雩?馹 | 10111011110111110011111110001111111001101111101000111111100011111110100110100001 | bbdf3f8fe6fa3f8fe9a1 |
UTF-8 | 止렮雩렭馹 | 111001101010110110100010111010111010000010101110111010011001101110101001111010111010000010101101111010011010011010111001 | e6ada2eba0aee99ba9eba0ade9a6b9 |
UHC | 止렮雩렭馹 | 11110010101011011000111010111011111010011110110010001110101110101110110011110001 | f2ad8ebbe9ec8ebaecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)