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 | ä}^ | 111001000111110110001010100010011000110101011110 | e47d8a898d5e |
SJIS-WIN | ?}???^ | 001111110111110100111111001111110011111101011110 | 3f7d3f3f3f5e |
EUC-JP | ä}???^ | 1000111110101011101000110111110100111111001111110011111101011110 | 8faba37d3f3f3f5e |
UTF-8 | ä}^ | 11000011101001000111110111000010100010101100001010001001110000101000110101011110 | c3a47dc28ac289c28d5e |
UHC | ?}???^ | 001111110111110100111111001111110011111101011110 | 3f7d3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)