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 | 樰鯔 | 11111010111011011110100111001001 | faede9c9 |
EUC-JP | 樰鯔 | 1000111111000100111111011111001011001011 | 8fc4fdf2cb |
UTF-8 | 樰鯔 | 111001101010100010110000111010011010111110010100 | e6a8b0e9af94 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)