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 | 杞卒h | 100111100101100010010001101100101000001010001000 | 9e5891b28288 |
EUC-JP | 杞卒h | 110110111011100111000010101101001010001111101000 | dbb9c2b4a3e8 |
UTF-8 | 杞卒h | 111001101001110110011110111001011000110110010010111011111011110110001000 | e69d9ee58d92efbd88 |
UHC | 杞卒h | 110100011010001111110000111011111010001111101000 | d1a3f0efa3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)