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 | 顫土 | 11101000111110101001001101111001 | e8fa9379 |
EUC-JP | 顫土 | 11110000111111001100010111011010 | f0fcc5da |
UTF-8 | 顫土 | 111010011010000110101011111001011001110010011111 | e9a1abe59c9f |
UHC | 顫土 | 11101111101101011111011111001111 | efb5f7cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)