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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕???雕 | 11101000101110000011111100111111001111111110100010111000 | e8b83f3f3fe8b8 |
EUC-JP | 雕倜??雕 | 111100001011101010001111101100011101010100111111001111111111000010111010 | f0ba8fb1d53f3ff0ba |
UTF-8 | 雕倜롖롐雕 | 111010011001101110010101111001011000000010011100111010111010000110010110111010111010000110010000111010011001101110010101 | e99b95e5809ceba196eba190e99b95 |
UHC | 雕倜롖롐雕 | 11110000111001111111010010100110100011101101101010001110110101101111000011100111 | f0e7f4a68eda8ed6f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)