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 | 識?^ | 10001110101011110011111101011110 | 8eaf3f5e |
EUC-JP | 識?^ | 10111100101100010011111101011110 | bcb13f5e |
UTF-8 | 識篒^ | 11101000101011011001100011100111101011111001001001011110 | e8ad98e7af925e |
UHC | 識篒^ | 1110001111011011111000111101100101011110 | e3dbe3d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)