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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陂泥陂泥^ | 111010001001100010010011010001001110100010011000100100110100010001011110 | e8989344e89893445e |
EUC-JP | 陂泥陂泥^ | 111011111111100011000101101001011110111111111000110001011010010101011110 | eff8c5a5eff8c5a55e |
UTF-8 | 陂泥陂泥^ | 11101001100110011000001011100110101100111010010111101001100110011000001011100110101100111010010101011110 | e99982e6b3a5e99982e6b3a55e |
UHC | 陂泥陂泥^ | 111110011010111011010010111110101111100110101110110100101111101001011110 | f9aed2faf9aed2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)