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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 尤i尤iB | 10010110110111100110100110010110110111100110100101000010 | 96de6996de6942 |
EUC-JP | 尤i尤iB | 11001100111000000110100111001100111000000110100101000010 | cce069cce06942 |
UTF-8 | 尤i尤iB | 111001011011000010100100011010011110010110110000101001000110100101000010 | e5b0a469e5b0a46942 |
UHC | 尤i尤iB | 11101001110101100110100111101001110101100110100101000010 | e9d669e9d66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)