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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 藥?Lh藥?L | 111001010101101000111111010011000110100011100101010110100011111101001100 | e55a3f4c68e55a3f4c |
EUC-JP | 藥?Lh藥?L | 111010011011101100111111010011000110100011101001101110110011111101001100 | e9bb3f4c68e9bb3f4c |
UTF-8 | 藥퐄Lh藥퐄L | 111010001001011110100101111011011001000010000100010011000110100011101000100101111010010111101101100100001000010001001100 | e897a5ed90844c68e897a5ed90844c |
UHC | 藥퐄Lh藥퐄L | 1110010110110111101111010110100101001100011010001110010110110111101111010110100101001100 | e5b7bd694c68e5b7bd694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)