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 | ツ徇テ・ | 1100001010011100011011011100001110100101 | c29c6dc3a5 |
EUC-JP | ツ徇テ・ | 1000111011000010110101111100111010001110110000111000111010100101 | 8ec2d7ce8ec38ea5 |
UTF-8 | ツ徇テ・ | 111011111011111010000010111001011011111010000111111011111011111010000011111011111011110110100101 | efbe82e5be87efbe83efbda5 |
UHC | ?徇?? | 0011111111100010110111110011111100111111 | 3fe2df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)