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 | åçS | 111001011110011110001101100011001000111001010011 | e5e78d8c8e53 |
SJIS-WIN | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
EUC-JP | åç???S | 10001111101010111010100110001111101010111010111000111111001111110011111101010011 | 8faba98fabae3f3f3f53 |
UTF-8 | åçS | 1100001110100101110000111010011111000010100011011100001010001100110000101000111001010011 | c3a5c3a7c28dc28cc28e53 |
UHC | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)