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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淼夂曙 | 111110110100010110011010111001111000111110001100 | fb459ae78f8c |
EUC-JP | 淼夂曙 | 10001111110001111110011011010100111010011011110111101100 | 8fc7e6d4e9bdec |
UTF-8 | 淼夂曙 | 111001101011011110111100111001011010010010000010111001101001101110011001 | e6b7bce5a482e69b99 |
UHC | ??曙 | 00111111001111111101111111110101 | 3f3fdff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)