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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 凋?偕?^ | 10010010100111000011111110011000111100010011111101011110 | 929c3f98f13f5e |
EUC-JP | 凋?偕?^ | 11000011111111000011111111010000111100110011111101011110 | c3fc3fd0f33f5e |
UTF-8 | 凋렪偕렱^ | 11100101100001111000101111101011101000001010101011100101100000011001010111101011101000001011000101011110 | e5878beba0aae58195eba0b15e |
UHC | 凋렪偕렱^ | 111100001011110110001110101110001111101010100101100011101011111001011110 | f0bd8eb8faa58ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)