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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥??源ュ? | 111001010101101000111111001111111000110010111001100000111000010100111111 | e55a3f3f8cb983853f |
EUC-JP | 藥??源ュ? | 111010011011101100111111001111111011100010111011101001011110010100111111 | e9bb3f3fb8bba5e53f |
UTF-8 | 藥띲깿源ュ톹 | 111010001001011110100101111010111001110110110010111010101011100110111111111001101011101010010000111000111000001110100101111011011000011010111001 | e897a5eb9db2eab9bfe6ba90e383a5ed86b9 |
UHC | 藥띲깿源ュ톹 | 111001011011011110001101111000111000001110101000111010101011100110101011111001011011011110001101 | e5b78de383a8eab9abe5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)