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 | 蠇晏、ア涇 | 1111101110100001100111011110010110100100101100011111101011111011 | fba19de5a4b1fafb |
EUC-JP | ?晏、ア涇 | 00111111110110101110011110001110101001001000111010110001100011111100011111000111 | 3fdae78ea48eb18fc7c7 |
UTF-8 | 蠇晏、ア涇 | 111010001010000010000111111001101001100110001111111011111011110110100100111011111011110110110001111001101011011010000111 | e8a087e6998fefbda4efbdb1e6b687 |
UHC | ?晏??涇 | 00111111111001001100111100111111001111111100110011011100 | 3fe4cf3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)