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 | À¿ÈÚ | 1100000010111111100011111100100011011010 | c0bf8fc8da |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | À¿?ÈÚ | 10001111101010101010001010001111101000101100010000111111100011111010101010110010100011111010101011100010 | 8faaa28fa2c43f8faab28faae2 |
UTF-8 | À¿ÈÚ | 11000011100000001100001010111111110000101000111111000011100010001100001110011010 | c380c2bfc28fc388c39a |
UHC | ?¿??? | 001111111010001010101111001111110011111100111111 | 3fa2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)