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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 粤珈粤珈B | 111000101110001111100000110110111110001011100011111000001101101101000010 | e2e3e0dbe2e3e0db42 |
EUC-JP | 粤珈粤珈B | 111001001110010111100000110111011110010011100101111000001101110101000010 | e4e5e0dde4e5e0dd42 |
UTF-8 | 粤珈粤珈B | 11100111101100101010010011100111100011111000100011100111101100101010010011100111100011111000100001000010 | e7b2a4e78f88e7b2a4e78f8842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)