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 | 1110000011101110111000001110011001101001111000001110111011100000111001100110100101000010 | e0eee0e669e0eee0e66942 |
EUC-JP | 瑁琥i瑁琥iB | 1110000011110000111000001110100001101001111000001111000011100000111010000110100101000010 | e0f0e0e869e0f0e0e86942 |
UTF-8 | 瑁琥i瑁琥iB | 111001111001000110000001111001111001000010100101011010011110011110010001100000011110011110010000101001010110100101000010 | e79181e790a569e79181e790a56942 |
UHC | 瑁琥i瑁琥iB | 1101100111000001111110111101000001101001110110011100000111111011110100000110100101000010 | d9c1fbd069d9c1fbd06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)