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 | 榕?榕?^ | 10011110110101010011111110011110110101010011111101011110 | 9ed53f9ed53f5e |
EUC-JP | 榕?榕?^ | 11011100110101110011111111011100110101110011111101011110 | dcd73fdcd73f5e |
UTF-8 | 榕쒭榕쒭^ | 11100110101001101001010111101100100100101010110111100110101001101001010111101100100100101010110101011110 | e6a695ec92ade6a695ec92ad5e |
UHC | 榕쒭榕쒭^ | 111010011011111010011101010001001110100110111110100111010100010001011110 | e9be9d44e9be9d445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)