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 | ツ幽ツ楪シ | 11000010100101110100100011000010100111101100001010111100 | c29748c29ec2bc |
EUC-JP | ツ幽ツ楪シ | 10001110110000101100110110101001100011101100001011011100110001001000111010111100 | 8ec2cda98ec2dcc48ebc |
UTF-8 | ツ幽ツ楪シ | 111011111011111010000010111001011011100110111101111011111011111010000010111001101010010110101010111011111011110110111100 | efbe82e5b9bdefbe82e6a5aaefbdbc |
UHC | ?幽??? | 001111111110101011101011001111110011111100111111 | 3feaeb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)