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 | 11100110010000101000101111100011100001001010001101000111 | e6428be384a347 |
EUC-JP | 襭九┘G | 11101011101000111011011011100101101010001010010101000111 | eba3b6e5a8a547 |
UTF-8 | 襭九┘G | 11101000101001011010110111100100101110011001110111100010100101001001100001000111 | e8a5ade4b99de2949847 |
UHC | ?九┘G | 001111111100111011111010101001101010010101000111 | 3fcefaa6a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)