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 | 顯る⊂ | 111010001111101110000010111010011000000110111100 | e8fb82e981bc |
EUC-JP | 顯る⊂ | 111100001111110110100100111010111010001010111110 | f0fda4eba2be |
UTF-8 | 顯る⊂ | 111010011010000110101111111000111000001010001011111000101000101010000010 | e9a1afe3828be28a82 |
UHC | 顯る⊂ | 111110101110100110101010111010111010000111111000 | fae9aaeba1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)