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 | 雕晏些 | 111010001011100010011101111001011000110110110001 | e8b89de58db1 |
EUC-JP | 雕晏些 | 111100001011101011011010111001111011101010110011 | f0badae7bab3 |
UTF-8 | 雕晏些 | 111010011001101110010101111001101001100110001111111001001011101010011011 | e99b95e6998fe4ba9b |
UHC | 雕晏些 | 111100001110011111100100110011111101111011000001 | f0e7e4cfdec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)