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 | 燕?燕?^ | 10001001100011010011111110001001100011010011111101011110 | 898d3f898d3f5e |
EUC-JP | 燕璹燕?^ | 101100011110110110001111110011001110011110110001111011010011111101011110 | b1ed8fcce7b1ed3f5e |
UTF-8 | 燕璹燕묲^ | 11100111100001111001010111100111100100101011100111100111100001111001010111101011101011001011001001011110 | e78795e792b9e78795ebacb25e |
UHC | 燕璹燕묲^ | 111001101101100011100010110110111110011011011000100100100100100101011110 | e6d8e2dbe6d892495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)