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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 衍??h衍?? | 100111111010010100111111001111110110100010011111101001010011111100111111 | 9fa53f3f689fa53f3f |
EUC-JP | 衍??h衍?? | 110111101010011100111111001111110110100011011110101001110011111100111111 | dea73f3f68dea73f3f |
UTF-8 | 衍뤹뮵h衍뤹뮵 | 11101000101000011000110111101011101001001011100111101011101011101011010101101000111010001010000110001101111010111010010010111001111010111010111010110101 | e8a18deba4b9ebaeb568e8a18deba4b9ebaeb5 |
UHC | 衍뤹뮵h衍뤹뮵 | 11100110111000101000111111100111100100101011110101101000111001101110001010001111111001111001001010111101 | e6e28fe792bd68e6e28fe792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)