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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 藥?~???Y | 111001010101101000111111100000010110000000111111001111110011111101011001 | e55a3f81603f3f3f59 |
EUC-JP | 藥?〜???Y | 111010011011101100111111101000011100000100111111001111110011111101011001 | e9bb3fa1c13f3f3f59 |
UTF-8 | 藥먩~溫롳쉘Y | 11101000100101111010010111101011101010001010100111101111101111011001111011100110101110101010101111101011101000011011001111101100100010011001100001011001 | e897a5eba8a9efbd9ee6baabeba1b3ec899859 |
UHC | 藥먩~溫롳쉘Y | 11100101101101111001000011100110101000101010011011101000101011101000111011101111101111011010100101011001 | e5b790e6a2a6e8ae8eefbda959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)