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 | º¿Ù | 101110101011111111011001 | babfd9 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | º¿Ù | 100011111010001011101011100011111010001011000100100011111010101011100011 | 8fa2eb8fa2c48faae3 |
UTF-8 | º¿Ù | 110000101011101011000010101111111100001110011001 | c2bac2bfc399 |
UHC | º¿? | 1010100010101100101000101010111100111111 | a8aca2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)