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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 鱈誰側gB | 1001001001001100100100100100111010010001101001000110011101000010 | 924c924e91a46742 |
EUC-JP | 鱈誰側gB | 1100001110101101110000111010111111000010101001100110011101000010 | c3adc3afc2a66742 |
UTF-8 | 鱈誰側gB | 1110100110110001100010001110100010101010101100001110010110000001101101000110011101000010 | e9b188e8aab0e581b46742 |
UHC | ?誰側gB | 00111111111000101100000111110110101100000110011101000010 | 3fe2c1f6b06742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)