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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陋ケ諤懷噫^ | 11101000100110111011100111100110100000001001110011100101100110101000000001011110 | e89bb9e6809ce59a805e |
EUC-JP | 陋ケ諤懷噫^ | 1110111111111011100011101011100111101011111000001101100011100111110100111110000001011110 | effb8eb9ebe0d8e7d3e05e |
UTF-8 | 陋ケ諤懷噫^ | 11101001100110011000101111101111101111011011100111101000101010111010010011100110100001111011011111100101100110011010101101011110 | e9998befbdb9e8aba4e687b7e599ab5e |
UHC | 陋??懷噫^ | 110101111011000000111111001111111111110011100011111111011110110101011110 | d7b03f3ffce3fded5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)