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 | 楹?楹?^ | 10011110101100010011111110011110101100010011111101011110 | 9eb13f9eb13f5e |
EUC-JP | 楹?楹?^ | 11011100101100110011111111011100101100110011111101011110 | dcb33fdcb33f5e |
UTF-8 | 楹쁃楹쁃^ | 11100110101001011011100111101100100000011000001111100110101001011011100111101100100000011000001101011110 | e6a5b9ec8183e6a5b9ec81835e |
UHC | 楹쁃楹쁃^ | 111001111011001110011000010001001110011110110011100110000100010001011110 | e7b39844e7b398445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)