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 | ?Bh?B | 0011111101000010011010000011111101000010 | 3f42683f42 |
SJIS-WIN | 叩Bh叩B | 10010010010000000100001001101000100100100100000001000010 | 92404268924042 |
EUC-JP | 叩Bh叩B | 11000011101000010100001001101000110000111010000101000010 | c3a14268c3a142 |
UTF-8 | 叩Bh叩B | 111001011000111110101001010000100110100011100101100011111010100101000010 | e58fa94268e58fa942 |
UHC | 叩Bh叩B | 11001101101100000100001001101000110011011011000001000010 | cdb04268cdb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)