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 | 陂泥^ | 1110100010011000100100110100010001011110 | e89893445e |
EUC-JP | 陂泥^ | 1110111111111000110001011010010101011110 | eff8c5a55e |
UTF-8 | 陂泥^ | 11101001100110011000001011100110101100111010010101011110 | e99982e6b3a55e |
UHC | 陂泥^ | 1111100110101110110100101111101001011110 | f9aed2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)