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 | 漆者竺 | 100011101011110110001110110100101000111010110001 | 8ebd8ed28eb1 |
EUC-JP | 漆者竺 | 101111001011111110111100110101001011110010110011 | bcbfbcd4bcb3 |
UTF-8 | 漆者竺 | 111001101011110010000110111010001000000010000101111001111010101110111010 | e6bc86e88085e7abba |
UHC | 漆者竺 | 111101101101010011101101101110101111010111100111 | f6d4edbaf5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)