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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襭九江 | 111001100100001010001011111000111000110101011101 | e6428be38d5d |
EUC-JP | 襭九江 | 111010111010001110110110111001011011100110111110 | eba3b6e5b9be |
UTF-8 | 襭九江 | 111010001010010110101101111001001011100110011101111001101011000110011111 | e8a5ade4b99de6b19f |
UHC | ?九江 | 0011111111001110111110101100101110110000 | 3fcefacbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)