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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 宵ェ。ェ、「 | 100011111010101010101010101000011111100010001111101010101010010010100010 | 8faaaaa1f88faaa4a2 |
EUC-JP | 宵ェ。?ェ、「 | 10111110101011001000111010101010100011101010000100111111100011101010101010001110101001001000111010100010 | beac8eaa8ea13f8eaa8ea48ea2 |
UTF-8 | 宵ェ。ェ、「 | 111001011010111010110101111011111011110110101010111011111011110110100001111011101001100010101110111011111011110110101010111011111011110110100100111011111011110110100010 | e5aeb5efbdaaefbda1ee98aeefbdaaefbda4efbda2 |
UHC | 宵?????? | 1110000110110010001111110011111100111111001111110011111100111111 | e1b23f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)