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 | 杓酌^ | 1000111011011011100011101101111001011110 | 8edb8ede5e |
EUC-JP | 杓酌^ | 1011110011011101101111001110000001011110 | bcddbce05e |
UTF-8 | 杓酌^ | 11100110100111011001001111101001100001011000110001011110 | e69d93e9858c5e |
UHC | 杓酌^ | 1111100011110101111011011100110001011110 | f8f5edcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)