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 | 章錚 | 100011111100110111110000110000001110100001000010 | 8fcdf0c0e842 |
EUC-JP | 章?錚 | 1011111011001111001111111110111110100011 | becf3fefa3 |
UTF-8 | 章錚 | 111001111010101110100000111011101000000110111111111010011000110010011010 | e7aba0ee81bfe98c9a |
UHC | 章?錚 | 1110110111110001001111111110111010110110 | edf13feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)