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 | 蚤蚤^ | 1001010001100001100101000110000101011110 | 946194615e |
EUC-JP | 蚤蚤^ | 1100011111000010110001111100001001011110 | c7c2c7c25e |
UTF-8 | 蚤蚤^ | 11101000100110101010010011101000100110101010010001011110 | e89aa4e89aa45e |
UHC | 蚤蚤^ | 1111000011011110111100001101111001011110 | f0def0de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)