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 | º×ÈÃÉ | 1011101011010111110010001100001111001001 | bad7c8c3c9 |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | º×ÈÃÉ | 1000111110100010111010111010000111011111100011111010101010110010100011111010101010101010100011111010101010110001 | 8fa2eba1df8faab28faaaa8faab1 |
UTF-8 | º×ÈÃÉ | 11000010101110101100001110010111110000111000100011000011100000111100001110001001 | c2bac397c388c383c389 |
UHC | º×??? | 10101000101011001010000110111111001111110011111100111111 | a8aca1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)