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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 隶鯉スッ@B | 1110100010101110100011001110111110111101101011110100000001000010 | e8ae8cefbdaf4042 |
EUC-JP | 隶鯉スッ@B | 11110000101100001011100011110001100011101011110110001110101011110100000001000010 | f0b0b8f18ebd8eaf4042 |
UTF-8 | 隶鯉スッ@B | 1110100110011010101101101110100110101111100010011110111110111101101111011110111110111101101011110100000001000010 | e99ab6e9af89efbdbdefbdaf4042 |
UHC | ?鯉??@B | 00111111110101111110111100111111001111110100000001000010 | 3fd7ef3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)