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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 椅警??笑 | 1000100011010110100011000111100000111111001111111000111111001110 | 88d68c783f3f8fce |
EUC-JP | 椅警??笑 | 1011000011011000101101111101100100111111001111111011111011010000 | b0d8b7d93f3fbed0 |
UTF-8 | 椅警깖뤊笑 | 111001101010010010000101111010001010110110100110111010101011100110010110111010111010010010001010111001111010110010010001 | e6a485e8ada6eab996eba48ae7ac91 |
UHC | 椅警깖뤊笑 | 11101011111101011100110011101101101100011111001110001111101110101110000111000101 | ebf5ccedb1f38fbae1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)