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 | 10010111011110101110000011011001111000001101110001000111 | 977ae0d9e0dc47 |
EUC-JP | 陽獻玳G | 11001101110110111110000011011011111000001101111001000111 | cddbe0dbe0de47 |
UTF-8 | 陽獻玳G | 11101001100110011011110111100111100011011011101111100111100011101011001101000111 | e999bde78dbbe78eb347 |
UHC | 陽獻玳G | 11100101110101011111101011001100110100111110010101000111 | e5d5faccd3e547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)