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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中?窪?寃? | 100100101000011000111111100011000100010100111111100110111000001100111111 | 92863f8c453f9b833f |
EUC-JP | 中?窪?寃? | 110000111110011000111111101101111010011000111111110101011110001100111111 | c3e63fb7a63fd5e33f |
UTF-8 | 中렎窪렧寃렪 | 111001001011100010101101111010111010000010001110111001111010101010101010111010111010000010100111111001011010111110000011111010111010000010101010 | e4b8adeba08ee7aaaaeba0a7e5af83eba0aa |
UHC | 中렎窪렧寃렪 | 111100011110100110001110101001001110100011000001100011101011011011101010101100101000111010111000 | f1e98ea4e8c18eb6eab28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)