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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 畯???G | 111110110110111100111111001111110011111101000111 | fb6f3f3f3f47 |
EUC-JP | 畯???G | 10001111110011011011101100111111001111110011111101000111 | 8fcdbb3f3f3f47 |
UTF-8 | 畯쿰렰렦G | 11100111100101011010111111101100101111111011000011101011101000001011000011101011101000001010011001000111 | e795afecbfb0eba0b0eba0a647 |
UHC | 畯쿰렰렦G | 111100011110000111000100111100011000111010111101100011101011010101000111 | f1e1c4f18ebd8eb547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)