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 | 燕???^ | 100010011000110100111111001111110011111101011110 | 898d3f3f3f5e |
EUC-JP | 燕璇??^ | 1011000111101101100011111100110011001111001111110011111101011110 | b1ed8fcccf3f3f5e |
UTF-8 | 燕璇롛렿^ | 11100111100001111001010111100111100100101000011111101011101000011001101111101011101000001011111101011110 | e78795e79287eba19beba0bf5e |
UHC | 燕璇롛렿^ | 111001101101100011100000110001101000111011011111100011101100011101011110 | e6d8e0c68edf8ec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)