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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | ゙、罨W | 11011110101001001110001110101010111110011110110101010111 | dea4e3aaf9ed57 |
EUC-JP | ゙、罨?W | 1000111011011110100011101010010011100110101011000011111101010111 | 8ede8ea4e6ac3f57 |
UTF-8 | ゙、罨W | 11101111101111101001111011101111101111011010010011100111101111011010100011101110100111011000100001010111 | efbe9eefbda4e7bda8ee9d8857 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)