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 | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-WIN | 藥??l | 1110010101011010001111110011111101101100 | e55a3f3f6c |
EUC-JP | 藥??l | 1110100110111011001111110011111101101100 | e9bb3f3f6c |
UTF-8 | 藥먲쉠l | 11101000100101111010010111101011101010001011001011101100100010011010000001101100 | e897a5eba8b2ec89a06c |
UHC | 藥먲쉠l | 11100101101101111001000011101111101111011010101001101100 | e5b790efbdaa6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)