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 | 踐溯憶 | 111001101111011010011111111010001000100110101111 | e6f69fe889af |
EUC-JP | 踐溯憶 | 111011001111100011011110111010101011001010110001 | ecf8deeab2b1 |
UTF-8 | 踐溯憶 | 111010001011100010010000111001101011101010101111111001101000011010110110 | e8b890e6baafe686b6 |
UHC | 踐溯憶 | 111101001100001011100001101111011110010111100011 | f4c2e1bde5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)