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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 怕潁帋 | 100111001000011010011111111100011001101111100001 | 9c869ff19be1 |
EUC-JP | 怕潁帋 | 110101111110011011011110111100111101011011100011 | d7e6def3d6e3 |
UTF-8 | 怕潁帋 | 111001101000000010010101111001101011110110000001111001011011100010001011 | e68095e6bd81e5b88b |
UHC | ?潁? | 00111111111001111011100000111111 | 3fe7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)