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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 腫?羚 | 1000111011101110001111111110001110110111 | 8eee3fe3b7 |
EUC-JP | 腫?羚 | 1011110011110000001111111110011010111001 | bcf03fe6b9 |
UTF-8 | 腫륁羚 | 111010001000010110101011111010111010010110000001111001111011111010011010 | e885abeba581e7be9a |
UHC | 腫륁羚 | 111100001111111010001111111011001101011010111110 | f0fe8fecd6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)