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 | 證?庇 | 1110011010011010001111111001010011011101 | e69a3f94dd |
EUC-JP | 證?庇 | 1110101111111010001111111100100011011111 | ebfa3fc8df |
UTF-8 | 證블庇 | 111010001010110110001001111010111011100010010100111001011011101010000111 | e8ad89ebb894e5ba87 |
UHC | 證블庇 | 111100011111101110111010111011011101110111100111 | f1fbbaeddde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)