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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 釋曜薯G | 11100111110101111001011101101010100011111001001001000111 | e7d7976a8f9247 |
EUC-JP | 釋曜薯G | 11101110110110011100110111001011101111011111001001000111 | eed9cdcbbdf247 |
UTF-8 | 釋曜薯G | 11101001100001111000101111100110100110111001110011101000100101101010111101000111 | e9878be69b9ce896af47 |
UHC | 釋曜薯G | 11100000101101111110100011111000111000001010001101000111 | e0b7e8f8e0a347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)