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 | ȱÝÉ | 1000111111001000101100011101110111001001 | 8fc8b1ddc9 |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | ?ȱÝÉ | 001111111000111110101010101100101010000111011110100011111010101011110010100011111010101010110001 | 3f8faab2a1de8faaf28faab1 |
UTF-8 | ȱÝÉ | 11000010100011111100001110001000110000101011000111000011100111011100001110001001 | c28fc388c2b1c39dc389 |
UHC | ??±?? | 001111110011111110100001101111100011111100111111 | 3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)