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 | úDѶ | 11111010010001001101000110110110 | fa44d1b6 |
SJIS-WIN | ?D?¶ | 0011111101000100001111111000000111110111 | 3f443f81f7 |
EUC-JP | úDѶ | 100011111010101111100010010001001000111110101010110100001010001011111001 | 8fabe2448faad0a2f9 |
UTF-8 | úDѶ | 11000011101110100100010011000011100100011100001010110110 | c3ba44c391c2b6 |
UHC | ?D?¶ | 0011111101000100001111111010001011010010 | 3f443fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)