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 | 甑蝎立 | 100011011001100111100101100110011001011110100111 | 8d99e59997a7 |
EUC-JP | 甑蝎立 | 101110011111100111101001111110011100111010101001 | b9f9e9f9cea9 |
UTF-8 | 甑蝎立 | 111001111001010010010001111010001001110110001110111001111010101110001011 | e79491e89d8ee7ab8b |
UHC | 甑蝎立 | 111100011111011111001010111010011101100010100001 | f1f7cae9d8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)