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 | 雕旃岩筈雕 | 11101000101110001001110111010001100010101110001010010100101001001110100010111000 | e8b89dd18ae294a4e8b8 |
EUC-JP | 雕旃岩筈雕 | 11110000101110101101101011010011101101001110010011001000101001101111000010111010 | f0badad3b4e4c8a6f0ba |
UTF-8 | 雕旃岩筈雕 | 111010011001101110010101111001101001011110000011111001011011001010101001111001111010110110001000111010011001101110010101 | e99b95e69783e5b2a9e7ad88e99b95 |
UHC | 雕?岩?雕 | 1111000011100111001111111110010011011011001111111111000011100111 | f0e73fe4db3ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)