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 | 1110001011100011111000101010011101101001111000101110001111100010101001110110100101000010 | e2e3e2a769e2e3e2a76942 |
EUC-JP | 粤筴i粤筴iB | 1110010011100101111001001010100101101001111001001110010111100100101010010110100101000010 | e4e5e4a969e4e5e4a96942 |
UTF-8 | 粤筴i粤筴iB | 111001111011001010100100111001111010110110110100011010011110011110110010101001001110011110101101101101000110100101000010 | e7b2a4e7adb469e7b2a4e7adb46942 |
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)