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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瞽苜倨^ | 11100001110110101110010010011100100110001110000001011110 | e1dae49c98e05e |
EUC-JP | 瞽苜倨^ | 11100010110111001110011111111100110100001110001001011110 | e2dce7fcd0e25e |
UTF-8 | 瞽苜倨^ | 11100111100111101011110111101000100010111001110011100101100000001010100001011110 | e79ebde88b9ce580a85e |
UHC | ??倨^ | 0011111100111111110010111101101001011110 | 3f3fcbda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)