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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 叩袖]H | 100100100100000010010001101100110101110101001000 | 924091b35d48 |
EUC-JP | 叩袖]H | 110000111010000111000010101101010101110101001000 | c3a1c2b55d48 |
UTF-8 | 叩袖]H | 1110010110001111101010011110100010100010100101100101110101001000 | e58fa9e8a2965d48 |
UHC | 叩袖]H | 110011011011000011100010110000000101110101001000 | cdb0e2c05d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)