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 | ツ堕篠甲 | 11000010100100011100001010001110110000101000110101100010 | c291c28ec28d62 |
EUC-JP | ツ堕篠甲 | 1000111011000010110000101100010010111100110001001011100111000011 | 8ec2c2c4bcc4b9c3 |
UTF-8 | ツ堕篠甲 | 111011111011111010000010111001011010000010010101111001111010111110100000111001111001010010110010 | efbe82e5a095e7afa0e794b2 |
UHC | ??篠甲 | 001111110011111111100001110001101100101110100011 | 3f3fe1c6cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)