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 | ??¤? | 00111111001111111010010000111111 | 3f3fa43f |
SJIS-WIN | ???⊂ | 0011111100111111001111111000000110111100 | 3f3f3f81bc |
EUC-JP | ??¤⊂ | 00111111001111111000111110100010111100001010001010111110 | 3f3f8fa2f0a2be |
UTF-8 | 룶퀛¤⊂ | 1110101110100011101101101110110110000000100110111100001010100100111000101000101010000010 | eba3b6ed809bc2a4e28a82 |
UHC | 룶퀛¤⊂ | 1000111110101011101100111000111110100010101101001010000111111000 | 8fabb38fa2b4a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)