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 | 襭九黄 | 111001100100001010001011111000111000100110101001 | e6428be389a9 |
EUC-JP | 襭九黄 | 111010111010001110110110111001011011001010101011 | eba3b6e5b2ab |
UTF-8 | 襭九黄 | 111010001010010110101101111001001011100110011101111010011011101110000100 | e8a5ade4b99de9bb84 |
UHC | ?九? | 00111111110011101111101000111111 | 3fcefa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)