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 | 治識セ、篠 | 1000111010100001100011101010111110111110101001001000111011000010 | 8ea18eafbea48ec2 |
EUC-JP | 治識セ、篠 | 10111100101000111011110010110001100011101011111010001110101001001011110011000100 | bca3bcb18ebe8ea4bcc4 |
UTF-8 | 治識セ、篠 | 111001101011001010111011111010001010110110011000111011111011110110111110111011111011110110100100111001111010111110100000 | e6b2bbe8ad98efbdbeefbda4e7afa0 |
UHC | 治識??篠 | 1111011010111101111000111101101100111111001111111110000111000110 | f6bde3db3f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)