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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褻疲エオ跫」 | 111001011111011010010100111001101011010010110101111001101110110110100011 | e5f694e6b4b5e6eda3 |
EUC-JP | 褻疲エオ跫」 | 111010101111100011001000111010001000111010110100100011101011010111101100111011111000111010100011 | eaf8c8e88eb48eb5ecef8ea3 |
UTF-8 | 褻疲エオ跫」 | 111010001010010010111011111001111001011010110010111011111011110110110100111011111011110110110101111010001011011110101011111011111011110110100011 | e8a4bbe796b2efbdb4efbdb5e8b7abefbda3 |
UHC | 褻疲???? | 1110000011100001111110011010101000111111001111110011111100111111 | e0e1f9aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)