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 | ã¶ø | 11100011101101101000110011111000 | e3b68cf8 |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | ã¶?ø | 100011111010101110101010101000101111100100111111100011111010100111001100 | 8fabaaa2f93f8fa9cc |
UTF-8 | ã¶ø | 1100001110100011110000101011011011000010100011001100001110111000 | c3a3c2b6c28cc3b8 |
UHC | ?¶?ø | 001111111010001011010010001111111010100110101010 | 3fa2d23fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)