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 | 邀費セ也キ。 | 111001111011000110010100111011111011111010010110111001111011011110100001 | e7b194efbe96e7b7a1 |
EUC-JP | 邀費セ也キ。 | 111011101011001111001000111100011000111010111110110011001110100110001110101101111000111010100001 | eeb3c8f18ebecce98eb78ea1 |
UTF-8 | 邀費セ也キ。 | 111010011000001010000000111010001011001010111011111011111011110110111110111001001011100110011111111011111011110110110111111011111011110110100001 | e98280e8b2bbefbdbee4b99fefbdb7efbda1 |
UHC | 邀費?也?? | 111010011010110111011110101010000011111111100101101001010011111100111111 | e9addea83fe5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)