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 | 宵ェ。ェェ | 1000111110101010101010101010000111111000100011111010101010101010 | 8faaaaa1f88faaaa |
EUC-JP | 宵ェ。?ェェ | 1011111010101100100011101010101010001110101000010011111110001110101010101000111010101010 | beac8eaa8ea13f8eaa8eaa |
UTF-8 | 宵ェ。ェェ | 111001011010111010110101111011111011110110101010111011111011110110100001111011101001100010101110111011111011110110101010111011111011110110101010 | e5aeb5efbdaaefbda1ee98aeefbdaaefbdaa |
UHC | 宵????? | 11100001101100100011111100111111001111110011111100111111 | e1b23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)