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 | 111010111111011010001110101111000101111001000110 | ebf68ebc5e46 |
SJIS-WIN | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
EUC-JP | ëö??^F | 10001111101010111011001110001111101010111101001100111111001111110101111001000110 | 8fabb38fabd33f3f5e46 |
UTF-8 | ëö¼^F | 11000011101010111100001110110110110000101000111011000010101111000101111001000110 | c3abc3b6c28ec2bc5e46 |
UHC | ???¼^F | 00111111001111110011111110101000111110010101111001000110 | 3f3f3fa8f95e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)