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 | ¿£É | 10111111101000111000111111001001 | bfa38fc9 |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | ¿£?É | 100011111010001011000100101000011111001000111111100011111010101010110001 | 8fa2c4a1f23f8faab1 |
UTF-8 | ¿£É | 1100001010111111110000101010001111000010100011111100001110001001 | c2bfc2a3c28fc389 |
UHC | ¿??? | 1010001010101111001111110011111100111111 | a2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)