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 | ??壁觴? | 00111111001111111001010111000111111001100101101100111111 | 3f3f95c7e65b3f |
EUC-JP | ??壁觴? | 00111111001111111100101011001001111010111011110000111111 | 3f3fcac9ebbc3f |
UTF-8 | 뤵퓥壁觴렣 | 111010111010010010110101111011011001001110100101111001011010001110000001111010001010011110110100111010111010000010100011 | eba4b5ed93a5e5a381e8a7b4eba0a3 |
UHC | 뤵퓥壁觴렣 | 10001111111000111011111110001110110110111111101011011111110110001000111010110100 | 8fe3bf8edbfadfd88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)