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 | 10010001010011010110100110010001010011010110100101000010 | 914d69914d6942 |
EUC-JP | 閃i閃iB | 11000001101011100110100111000001101011100110100101000010 | c1ae69c1ae6942 |
UTF-8 | 閃i閃iB | 111010011001011010000011011010011110100110010110100000110110100101000010 | e9968369e996836942 |
UHC | 閃i閃iB | 11100000111011000110100111100000111011000110100101000010 | e0ec69e0ec6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)