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 | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | 篠クト嫉GB | 1000111011000010101110001100010010001110101110010100011101000010 | 8ec2b8c48eb94742 |
EUC-JP | 篠クト嫉GB | 10111100110001001000111010111000100011101100010010111100101110110100011101000010 | bcc48eb88ec4bcbb4742 |
UTF-8 | 篠クト嫉GB | 1110011110101111101000001110111110111101101110001110111110111110100001001110010110101011100010010100011101000010 | e7afa0efbdb8efbe84e5ab894742 |
UHC | 篠??嫉GB | 1110000111000110001111110011111111110010111011000100011101000010 | e1c63f3ff2ec4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)