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 | ¡öf | 100111101010000110011000111101101000001101100110 | 9ea198f68366 |
SJIS-WIN | ?????f | 001111110011111100111111001111110011111101100110 | 3f3f3f3f3f66 |
EUC-JP | ?¡?ö?f | 00111111100011111010001011000010001111111000111110101011110100110011111101100110 | 3f8fa2c23f8fabd33f66 |
UTF-8 | ¡öf | 1100001010011110110000101010000111000010100110001100001110110110110000101000001101100110 | c29ec2a1c298c3b6c28366 |
UHC | ?¡???f | 00111111101000101010111000111111001111110011111101100110 | 3fa2ae3f3f3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)