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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踐滓クヲ | 111001101111011010011111111001101011100010100110 | e6f69fe6b8a6 |
EUC-JP | 踐滓クヲ | 1110110011111000110111101110100010001110101110001000111010100110 | ecf8dee88eb88ea6 |
UTF-8 | 踐滓クヲ | 111010001011100010010000111001101011101110010011111011111011110110111000111011111011110110100110 | e8b890e6bb93efbdb8efbda6 |
UHC | 踐滓?? | 111101001100001011101110101010110011111100111111 | f4c2eeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)