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 | ª£ª¤ | 100011111010101010100011100011111010101010100100 | 8faaa38faaa4 |
SJIS-WIN | ??£??? | 00111111001111111000000110010010001111110011111100111111 | 3f3f81923f3f3f |
EUC-JP | ?ª£?ª¤ | 00111111100011111010001011101100101000011111001000111111100011111010001011101100100011111010001011110000 | 3f8fa2eca1f23f8fa2ec8fa2f0 |
UTF-8 | ª£ª¤ | 110000101000111111000010101010101100001010100011110000101000111111000010101010101100001010100100 | c28fc2aac2a3c28fc2aac2a4 |
UHC | ?ª??ª¤ | 001111111010100010100011001111110011111110101000101000111010001010110100 | 3fa8a33f3fa8a3a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)