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 | 雕仙綜魄ェ | 111010001011100010010000111001011001000110001110111010011010111010101010 | e8b890e5918ee9aeaa |
EUC-JP | 雕仙綜魄ェ | 11110000101110101100000011100111110000011110111011110010101100001000111010101010 | f0bac0e7c1eef2b08eaa |
UTF-8 | 雕仙綜魄ェ | 111010011001101110010101111001001011101110011001111001111011011010011100111010011010110110000100111011111011110110101010 | e99b95e4bb99e7b69ce9ad84efbdaa |
UHC | 雕仙綜魄? | 111100001110011111100000101110011111000011111100110110111101111000111111 | f0e7e0b9f0fcdbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)