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 | 章襭 | 100011111100110111110000101111011110011001000010 | 8fcdf0bde642 |
EUC-JP | 章?襭 | 1011111011001111001111111110101110100011 | becf3feba3 |
UTF-8 | 章襭 | 111001111010101110100000111011101000000110111100111010001010010110101101 | e7aba0ee81bce8a5ad |
UHC | 章?? | 11101101111100010011111100111111 | edf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)