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 | ß×G | 110111111101011101000111 | dfd747 |
SJIS-WIN | ?×G | 00111111100000010111111001000111 | 3f817e47 |
EUC-JP | ß×G | 100011111010100111001110101000011101111101000111 | 8fa9cea1df47 |
UTF-8 | ß×G | 1100001110011111110000111001011101000111 | c39fc39747 |
UHC | ß×G | 1010100110101100101000011011111101000111 | a9aca1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)