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 | 1110000010101110111000101110001101101001111000001010111011100010111000110110100101000010 | e0aee2e369e0aee2e36942 |
EUC-JP | 牋粤i牋粤iB | 1110000010110000111001001110010101101001111000001011000011100100111001010110100101000010 | e0b0e4e569e0b0e4e56942 |
UTF-8 | 牋粤i牋粤iB | 111001111000100110001011111001111011001010100100011010011110011110001001100010111110011110110010101001000110100101000010 | e7898be7b2a469e7898be7b2a46942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)