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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辣ャ髮傳 | 11100111100001011010110011101001100110111001100101000010 | e785ace99b9942 |
EUC-JP | 辣ャ髮傳 | 1110110111100101100011101010110011110001111110111101000110100011 | ede58eacf1fbd1a3 |
UTF-8 | 辣ャ髮傳 | 111010001011111010100011111011111011110110101100111010011010101110101110111001011000001010110011 | e8bea3efbdace9abaee582b3 |
UHC | 辣?髮傳 | 11010101101110000011111111011011101001011110111011101110 | d5b83fdba5eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)