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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 至??ⅶ | 100011101000101000111111001111111111101001000110 | 8e8a3f3ffa46 |
EUC-JP | 至??? | 1011101111101010001111110011111100111111 | bbea3f3f3f |
UTF-8 | 至뀀렣ⅶ | 111010001000011110110011111010111000000010000000111010111010000010100011111000101000010110110110 | e887b3eb8080eba0a3e285b6 |
UHC | 至뀀렣ⅶ | 1111001010111000101100101110101110001110101101001010010110100111 | f2b8b2eb8eb4a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)