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 | 燕?燕?^ | 10110001111011010011111110110001111011010011111101011110 | b1ed3fb1ed3f5e |
UTF-8 | 燕뜠燕뜑^ | 11100111100001111001010111101011100111001010000011100111100001111001010111101011100111001001000101011110 | e78795eb9ca0e78795eb9c915e |
UHC | 燕뜠燕뜑^ | 111001101101100010001101101000111110011011011000100011011001010001011110 | e6d88da3e6d88d945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)