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 | テサツ篠敖 | 11000011101110111100001010001110110000101001110111000010 | c3bbc28ec29dc2 |
EUC-JP | テサツ篠敖 | 10001110110000111000111010111011100011101100001010111100110001001101101011000100 | 8ec38ebb8ec2bcc4dac4 |
UTF-8 | テサツ篠敖 | 111011111011111010000011111011111011110110111011111011111011111010000010111001111010111110100000111001101001010110010110 | efbe83efbdbbefbe82e7afa0e69596 |
UHC | ???篠敖 | 00111111001111110011111111100001110001101110011111111001 | 3f3f3fe1c6e7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)