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 | åüí¼áç | 1110010111111100100001111110110110001101101111001110000111100111 | e5fc87ed8dbce1e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åü?í??áç | 100011111010101110101001100011111010101111100100001111111000111110101011101111110011111100111111100011111010101110100001100011111010101110101110 | 8faba98fabe43f8fabbf3f3f8faba18fabae |
UTF-8 | åüí¼áç | 11000011101001011100001110111100110000101000011111000011101011011100001010001101110000101011110011000011101000011100001110100111 | c3a5c3bcc287c3adc28dc2bcc3a1c3a7 |
UHC | ?????¼?? | 001111110011111100111111001111110011111110101000111110010011111100111111 | 3f3f3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)