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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 藥??K均 | 11100101010110100011111100111111010010111000101111001111 | e55a3f3f4b8bcf |
EUC-JP | 藥??K均 | 11101001101110110011111100111111010010111011011011010001 | e9bb3f3f4bb6d1 |
UTF-8 | 藥먨퍋K均 | 11101000100101111010010111101011101010001010100011101101100011011000101101001011111001011001110110000111 | e897a5eba8a8ed8d8b4be59d87 |
UHC | 藥먨퍋K均 | 111001011011011110010000111001011011101110000010010010111101000010110011 | e5b790e5bb824bd0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)