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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | チ・鱧 | 11000001101001011110100111100101 | c1a5e9e5 |
EUC-JP | チ・鱧 | 100011101100000110001110101001011111001011100111 | 8ec18ea5f2e7 |
UTF-8 | チ・鱧 | 111011111011111010000001111011111011110110100101111010011011000110100111 | efbe81efbda5e9b1a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)