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 | 11100110101000111001101011101001100000011001010001000111 | e6a39ae9819447 |
EUC-JP | 譽夐#G | 11101100101001011101010011101011101000011111010001000111 | eca5d4eba1f447 |
UTF-8 | 譽夐#G | 11101000101011011011110111100101101001001001000011101111101111001000001101000111 | e8adbde5a490efbc8347 |
UHC | 譽?#G | 111001111110001000111111101000111010001101000111 | e7e23fa3a347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)