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 | î¡LY | 111011101010000110001110101011010100110001011001 | eea18ead4c59 |
SJIS-WIN | ????LY | 001111110011111100111111001111110100110001011001 | 3f3f3f3f4c59 |
EUC-JP | î¡??LY | 10001111101010111100001010001111101000101100001000111111001111110100110001011001 | 8fabc28fa2c23f3f4c59 |
UTF-8 | î¡LY | 11000011101011101100001010100001110000101000111011000010101011010100110001011001 | c3aec2a1c28ec2ad4c59 |
UHC | ?¡?LY | 0011111110100010101011100011111110100001101010010100110001011001 | 3fa2ae3fa1a94c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)