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 | £_ | 10000001101000111000000101011111 | 81a3815f |
SJIS-WIN | ?£?_ | 0011111110000001100100100011111101011111 | 3f81923f5f |
EUC-JP | ?£?_ | 0011111110100001111100100011111101011111 | 3fa1f23f5f |
UTF-8 | £_ | 11000010100000011100001010100011110000101000000101011111 | c281c2a3c2815f |
UHC | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)