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 | ??絨?忿 | 00111111001111111110001101001111001111111001110001111100 | 3f3fe34f3f9c7c |
EUC-JP | ??絨?忿 | 00111111001111111110010110110000001111111101011111011101 | 3f3fe5b03fd7dd |
UTF-8 | 뤯휄絨춳忿 | 111010111010010010101111111011011001110010000100111001111011010110101000111011001011011010110011111001011011111110111111 | eba4afed9c84e7b5a8ecb6b3e5bfbf |
UHC | 뤯휄絨춳忿 | 10001111110111011100100011010100111010111101011010101101100011111101110111001000 | 8fddc8d4ebd6ad8fddc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)