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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轢滄? | 1110011110000000100111111110100100111111 | e7809fe93f |
EUC-JP | 轢滄? | 1110110111100000110111101110101100111111 | ede0deeb3f |
UTF-8 | 轢滄쉿 | 111010001011110110100010111001101011101110000100111011001000100110111111 | e8bda2e6bb84ec89bf |
UHC | 轢滄쉿 | 110101011111100111110011111001111011110110110010 | d5f9f3e7bdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)