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 | ??Þ? | 00111111001111111101111000111111 | 3f3fde3f |
SJIS-WIN | 檍??魏 | 100111101111100000111111001111111110100110110000 | 9ef83f3fe9b0 |
EUC-JP | 檍?Þ魏 | 1101110011111010001111111000111110101001101100001111001010110010 | dcfa3f8fa9b0f2b2 |
UTF-8 | 檍덈Þ魏 | 1110011010101010100011011110101110001101100010001100001110011110111010011010110110001111 | e6aa8deb8d88c39ee9ad8f |
UHC | 檍덈Þ魏 | 1110010111100101100010001110101110101000101011011110101011100000 | e5e588eba8adeae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)