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 | 10011110110110001110100110111010111010001100101101000111 | 9ed8e9bae8cb47 |
EUC-JP | 槨鮗靈G | 11011100110110101111001010111100111100001100110101000111 | dcdaf2bcf0cd47 |
UTF-8 | 槨鮗靈G | 11100110101001111010100011101001101011101001011111101001100111011000100001000111 | e6a7a8e9ae97e99d8847 |
UHC | 槨?靈G | 110011101010101000111111110101101100010001000111 | ceaa3fd6c447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)