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 | åüí¼è¿ | 1110010111111100100001111110110110001101101111001110100010111111 | e5fc87ed8dbce8bf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åü?í??è¿ | 100011111010101110101001100011111010101111100100001111111000111110101011101111110011111100111111100011111010101110110010100011111010001011000100 | 8faba98fabe43f8fabbf3f3f8fabb28fa2c4 |
UTF-8 | åüí¼è¿ | 11000011101001011100001110111100110000101000011111000011101011011100001010001101110000101011110011000011101010001100001010111111 | c3a5c3bcc287c3adc28dc2bcc3a8c2bf |
UHC | ?????¼?¿ | 00111111001111110011111100111111001111111010100011111001001111111010001010101111 | 3f3f3f3f3fa8f93fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)