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 | £_lj | 1000000110100011100000010101111110000001011011001000000101101010 | 81a3815f816c816a |
SJIS-WIN | ?£?_?l?j | 001111111000000110010010001111110101111100111111011011000011111101101010 | 3f81923f5f3f6c3f6a |
EUC-JP | ?£?_?l?j | 001111111010000111110010001111110101111100111111011011000011111101101010 | 3fa1f23f5f3f6c3f6a |
UTF-8 | £_lj | 11000010100000011100001010100011110000101000000101011111110000101000000101101100110000101000000101101010 | c281c2a3c2815fc2816cc2816a |
UHC | ???_?l?j | 0011111100111111001111110101111100111111011011000011111101101010 | 3f3f3f5f3f6c3f6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)