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 | 10010001011010100110100110010001011010100110100101000010 | 916a69916a6942 |
EUC-JP | 阻i阻iB | 11000001110010110110100111000001110010110110100101000010 | c1cb69c1cb6942 |
UTF-8 | 阻i阻iB | 111010011001100010111011011010011110100110011000101110110110100101000010 | e998bb69e998bb6942 |
UHC | 阻i阻iB | 11110000111001100110100111110000111001100110100101000010 | f0e669f0e66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)