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 | 日? | 100100111111101000111111 | 93fa3f |
EUC-JP | 日? | 110001101111110000111111 | c6fc3f |
UTF-8 | 日렟 | 111001101001011110100101111010111010000010011111 | e697a5eba09f |
UHC | 日렟 | 11101100111011011000111010110000 | eced8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)