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 | 陟サ雕オ | 111010001010000010111011111010001011100010110101 | e8a0bbe8b8b5 |
EUC-JP | 陟サ雕オ | 1111000010100010100011101011101111110000101110101000111010110101 | f0a28ebbf0ba8eb5 |
UTF-8 | 陟サ雕オ | 111010011001100110011111111011111011110110111011111010011001101110010101111011111011110110110101 | e9999fefbdbbe99b95efbdb5 |
UHC | 陟?雕? | 111101001011001100111111111100001110011100111111 | f4b33ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)