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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋??寃 | 100100101001110000111111001111111001101110000011 | 929c3f3f9b83 |
EUC-JP | 凋??寃 | 110000111111110000111111001111111101010111100011 | c3fc3f3fd5e3 |
UTF-8 | 凋당떼寃 | 111001011000011110001011111010111000101110111001111010111001011010111100111001011010111110000011 | e5878beb8bb9eb96bce5af83 |
UHC | 凋당떼寃 | 1111000010111101101101001110011110110110101111001110101010110010 | f0bdb4e7b6bceab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)