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 | ??報?功 | 00111111001111111001010111110001001111111000110011110111 | 3f3f95f13f8cf7 |
EUC-JP | ??報?功 | 00111111001111111100101011110011001111111011100011111001 | 3f3fcaf33fb8f9 |
UTF-8 | 인뤶報㎱功 | 111011001001110110111000111010111010010010110110111001011010000010110001111000111000111010110001111001011000101010011111 | ec9db8eba4b6e5a0b1e38eb1e58a9f |
UHC | 인뤶報㎱功 | 11000000110011101000111111100100110111001100001110100111110000001100110111101101 | c0ce8fe4dcc3a7c0cded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)