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 | ¿Ù£é | 10111111110110011010001111101001 | bfd9a3e9 |
SJIS-WIN | ??£? | 0011111100111111100000011001001000111111 | 3f3f81923f |
EUC-JP | ¿Ù£é | 1000111110100010110001001000111110101010111000111010000111110010100011111010101110110001 | 8fa2c48faae3a1f28fabb1 |
UTF-8 | ¿Ù£é | 1100001010111111110000111001100111000010101000111100001110101001 | c2bfc399c2a3c3a9 |
UHC | ¿??? | 1010001010101111001111110011111100111111 | a2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)