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 | 召ア将ェ。ォ | 10001111101000101011000110001111101010111010101010100001111110001000111110101011 | 8fa2b18fabaaa1f88fab |
EUC-JP | 召ア将ェ。?ォ | 10111110101001001000111010110001101111101010110110001110101010101000111010100001001111111000111010101011 | bea48eb1bead8eaa8ea13f8eab |
UTF-8 | 召ア将ェ。ォ | 111001011000111110101100111011111011110110110001111001011011000010000110111011111011110110101010111011111011110110100001111011101001100010101110111011111011110110101011 | e58facefbdb1e5b086efbdaaefbda1ee98aeefbdab |
UHC | 召?????? | 1110000110101111001111110011111100111111001111110011111100111111 | e1af3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)