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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ堕「ツ湘古 | 110000111001000111000010101000101100001010001111110000111000110011000011 | c391c2a2c28fc38cc3 |
EUC-JP | テ堕「ツ湘古 | 100011101100001111000010110001001000111010100010100011101100001010111110110001011011100011000101 | 8ec3c2c48ea28ec2bec5b8c5 |
UTF-8 | テ堕「ツ湘古 | 111011111011111010000011111001011010000010010101111011111011110110100010111011111011111010000010111001101011100110011000111001011000111110100100 | efbe83e5a095efbda2efbe82e6b998e58fa4 |
UHC | ????湘古 | 0011111100111111001111110011111111011111110011111100110110101111 | 3f3f3f3fdfcfcdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)