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 | åüI | 111001011111110010001110100010001001000001001001 | e5fc8e889049 |
SJIS-WIN | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
EUC-JP | åü???I | 10001111101010111010100110001111101010111110010000111111001111110011111101001001 | 8faba98fabe43f3f3f49 |
UTF-8 | åüI | 1100001110100101110000111011110011000010100011101100001010001000110000101001000001001001 | c3a5c3bcc28ec288c29049 |
UHC | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)