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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹??恂η? | 100010011001101000111111001111111001110010010110100000111100010100111111 | 899a3f3f9c9683c53f |
EUC-JP | 凹??恂η? | 101100011111101000111111001111111101011111110110101001101100011100111111 | b1fa3f3fd7f6a6c73f |
UTF-8 | 凹뤸퍜恂η괵 | 1110010110000111101110011110101110100100101110001110110110001101100111001110011010000001100000101100111010110111111010101011010010110101 | e587b9eba4b8ed8d9ce68182ceb7eab4b5 |
UHC | 凹뤸퍜恂η괵 | 111010001110101010001111111001101011101110010011111000101110000110100101111001111011000110101100 | e8ea8fe6bb93e2e1a5e7b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)