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 | 趙經?趙經? | 11100110111000101110001101010011001111111110011011100010111000110101001100111111 | e6e2e3533fe6e2e3533f |
EUC-JP | 趙經?趙經? | 11101100111001001110010110110100001111111110110011100100111001011011010000111111 | ece4e5b43fece4e5b43f |
UTF-8 | 趙經툐趙經툐 | 111010001011011010011001111001111011011010010011111011011000100010010000111010001011011010011001111001111011011010010011111011011000100010010000 | e8b699e7b693ed8890e8b699e7b693ed8890 |
UHC | 趙經툐趙經툐 | 111100001110000111001100111010001100010111110100111100001110000111001100111010001100010111110100 | f0e1cce8c5f4f0e1cce8c5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)