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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?閃i?閃iB | 001111111001000101001101011010010011111110010001010011010110100101000010 | 3f914d693f914d6942 |
EUC-JP | 宬閃i宬閃iB | 10001111101110101101001111000001101011100110100110001111101110101101001111000001101011100110100101000010 | 8fbad3c1ae698fbad3c1ae6942 |
UTF-8 | 宬閃i宬閃iB | 111001011010111010101100111010011001011010000011011010011110010110101110101011001110100110010110100000110110100101000010 | e5aeace9968369e5aeace996836942 |
UHC | 宬閃i宬閃iB | 1110000011110100111000001110110001101001111000001111010011100000111011000110100101000010 | e0f4e0ec69e0f4e0ec6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)