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 | 単嘆^ | 1001001001010000100100100101000101011110 | 925092515e |
EUC-JP | 単嘆^ | 1100001110110001110000111011001001011110 | c3b1c3b25e |
UTF-8 | 単嘆^ | 11100101100011011001100011100101100110001000011001011110 | e58d98e598865e |
UHC | ?嘆^ | 00111111111101111010001101011110 | 3ff7a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)