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 | 晳フ、 | 111110101101100111001100101001001111000011111011 | fad9cca4f0fb |
EUC-JP | 晳フ、? | 1000111111000010110001001000111011001100100011101010010000111111 | 8fc2c48ecc8ea43f |
UTF-8 | 晳フ、 | 111001101001100110110011111011111011111010001100111011111011110110100100111011101000001010111010 | e699b3efbe8cefbda4ee82ba |
UHC | 晳??? | 1110000010101111001111110011111100111111 | e0af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)