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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ鳴イツ古 | 11000010100101101100001010110010110000101000110011000011 | c296c2b2c28cc3 |
EUC-JP | ツ鳴イツ古 | 10001110110000101100110011000100100011101011001010001110110000101011100011000101 | 8ec2ccc48eb28ec2b8c5 |
UTF-8 | ツ鳴イツ古 | 111011111011111010000010111010011011001110110100111011111011110110110010111011111011111010000010111001011000111110100100 | efbe82e9b3b4efbdb2efbe82e58fa4 |
UHC | ?鳴??古 | 00111111110110011011000000111111001111111100110110101111 | 3fd9b03f3fcdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)