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 | Àú¼âÀ | 1100000011111010101111001110001011000000 | c0fabce2c0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Àú?âÀ | 10001111101010101010001010001111101010111110001000111111100011111010101110100100100011111010101010100010 | 8faaa28fabe23f8faba48faaa2 |
UTF-8 | Àú¼âÀ | 11000011100000001100001110111010110000101011110011000011101000101100001110000000 | c380c3bac2bcc3a2c380 |
UHC | ??¼?? | 001111110011111110101000111110010011111100111111 | 3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)