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 | ä°ø | 11100100101100001000101111111000 | e4b08bf8 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ä°?ø | 100011111010101110100011101000011110101100111111100011111010100111001100 | 8faba3a1eb3f8fa9cc |
UTF-8 | ä°ø | 1100001110100100110000101011000011000010100010111100001110111000 | c3a4c2b0c28bc3b8 |
UHC | ?°?ø | 001111111010000111000110001111111010100110101010 | 3fa1c63fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)