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 | £_l | 100000011010001110000001010111111000000101101100 | 81a3815f816c |
SJIS-WIN | ?£?_?l | 00111111100000011001001000111111010111110011111101101100 | 3f81923f5f3f6c |
EUC-JP | ?£?_?l | 00111111101000011111001000111111010111110011111101101100 | 3fa1f23f5f3f6c |
UTF-8 | £_l | 11000010100000011100001010100011110000101000000101011111110000101000000101101100 | c281c2a3c2815fc2816c |
UHC | ???_?l | 001111110011111100111111010111110011111101101100 | 3f3f3f5f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)