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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 苡?\ | 11100100100011110011111101011100 | e48f3f5c |
EUC-JP | 苡?\ | 11100111111011110011111101011100 | e7ef3f5c |
UTF-8 | 苡푿\ | 11101000100010111010000111101101100100011011111101011100 | e88ba1ed91bf5c |
UHC | 苡푿\ | 1110110010111110110001111010110101011100 | ecbec7ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)