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 | åüãP | 111001011111110010001001111000111000100101010000 | e5fc89e38950 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | åü?ã?P | 100011111010101110101001100011111010101111100100001111111000111110101011101010100011111101010000 | 8faba98fabe43f8fabaa3f50 |
UTF-8 | åüãP | 1100001110100101110000111011110011000010100010011100001110100011110000101000100101010000 | c3a5c3bcc289c3a3c28950 |
UHC | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)