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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 硝緜^ | 1000111111001001111000110110001101011110 | 8fc9e3635e |
EUC-JP | 硝緜^ | 1011111011001011111001011100010001011110 | becbe5c45e |
UTF-8 | 硝緜^ | 11100111101000011001110111100111101101111001110001011110 | e7a19de7b79c5e |
UHC | 硝?^ | 11110101101001100011111101011110 | f5a63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)