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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 射皎 | 10001110110010111110000110100111 | 8ecbe1a7 |
EUC-JP | 射皎 | 10111100110011011110001010101001 | bccde2a9 |
UTF-8 | 射皎 | 111001011011000010000100111001111001101010001110 | e5b084e79a8e |
UHC | 射皎 | 11011110110100101100111011101011 | ded2ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)