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 | 11100000110010001110100110111010111010001100101101000111 | e0c8e9bae8cb47 |
EUC-JP | 猜鮗靈G | 11100000110010101111001010111100111100001100110101000111 | e0caf2bcf0cd47 |
UTF-8 | 猜鮗靈G | 11100111100011001001110011101001101011101001011111101001100111011000100001000111 | e78c9ce9ae97e99d8847 |
UHC | 猜?靈G | 111000111100010000111111110101101100010001000111 | e3c43fd6c447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)