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 | 11100110011000100110100111100110011000100110100101000010 | e66269e6626942 |
EUC-JP | 訝i訝iB | 11101011110000110110100111101011110000110110100101000010 | ebc369ebc36942 |
UTF-8 | 訝i訝iB | 111010001010100010011101011010011110100010101000100111010110100101000010 | e8a89d69e8a89d6942 |
UHC | 訝i訝iB | 11100100101110000110100111100100101110000110100101000010 | e4b869e4b86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)