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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 肄決 | 11100011111001011000110010001000 | e3e58c88 |
EUC-JP | 肄決 | 11100110111001111011011111101000 | e6e7b7e8 |
UTF-8 | 肄決 | 111010001000001010000100111001101011000110111010 | e88284e6b1ba |
UHC | 肄決 | 11101100101111011100110010111101 | ecbdccbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)