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 | 中??狡?? | 1001001010000110001111110011111111100000110000100011111100111111 | 92863f3fe0c23f3f |
EUC-JP | 中??狡?? | 1100001111100110001111110011111111100000110001000011111100111111 | c3e63f3fe0c43f3f |
UTF-8 | 中뀀렔狡렮렪 | 111001001011100010101101111010111000000010000000111010111010000010010100111001111000101110100001111010111010000010101110111010111010000010101010 | e4b8adeb8080eba094e78ba1eba0aeeba0aa |
UHC | 中뀀렔狡렮렪 | 111100011110100110110010111010111000111010101001110011101110101010001110101110111000111010111000 | f1e9b2eb8ea9ceea8ebb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)