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 | íã³è | 1110110111100011101100111110100010001101 | ede3b3e88d |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | íã?è? | 1000111110101011101111111000111110101011101010100011111110001111101010111011001000111111 | 8fabbf8fabaa3f8fabb23f |
UTF-8 | íã³è | 11000011101011011100001110100011110000101011001111000011101010001100001010001101 | c3adc3a3c2b3c3a8c28d |
UHC | ??³?? | 001111110011111110101001111110000011111100111111 | 3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)