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 | ֩Dh | 11110111101010010100010001101000 | f7a94468 |
SJIS-WIN | ÷?Dh | 1000000110000000001111110100010001101000 | 81803f4468 |
EUC-JP | ֩Dh | 10100001111000001000111110100010111011010100010001101000 | a1e08fa2ed4468 |
UTF-8 | ֩Dh | 110000111011011111000010101010010100010001101000 | c3b7c2a94468 |
UHC | ÷?Dh | 1010000111000000001111110100010001101000 | a1c03f4468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)