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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?毘 | 001111111001010011111001 | 3f94f9 |
EUC-JP | 馹毘 | 1000111111101001101000011100100011111011 | 8fe9a1c8fb |
UTF-8 | 馹毘 | 111010011010011010111001111001101010111110011000 | e9a6b9e6af98 |
UHC | 馹毘 | 11101100111100011101110111110010 | ecf1ddf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)