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 | 藕? | 111001010101100000111111 | e5583f |
EUC-JP | 藕? | 111010011011100100111111 | e9b93f |
UTF-8 | 藕렯 | 111010001001011110010101111010111010000010101111 | e89795eba0af |
UHC | 藕렯 | 11101001111001001000111010111100 | e9e48ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)