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 | 111001000101110110000010100010011000010001000110 | e45d82898446 |
SJIS-WIN | ?]???F | 001111110101110100111111001111110011111101000110 | 3f5d3f3f3f46 |
EUC-JP | ä]???F | 1000111110101011101000110101110100111111001111110011111101000110 | 8faba35d3f3f3f46 |
UTF-8 | ä]F | 11000011101001000101110111000010100000101100001010001001110000101000010001000110 | c3a45dc282c289c28446 |
UHC | ?]???F | 001111110101110100111111001111110011111101000110 | 3f5d3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)