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 | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
SJIS-WIN | テェcテェcB | 11000011101010100110001111000011101010100110001101000010 | c3aa63c3aa6342 |
EUC-JP | テェcテェcB | 1000111011000011100011101010101001100011100011101100001110001110101010100110001101000010 | 8ec38eaa638ec38eaa6342 |
UTF-8 | テェcテェcB | 111011111011111010000011111011111011110110101010011000111110111110111110100000111110111110111101101010100110001101000010 | efbe83efbdaa63efbe83efbdaa6342 |
UHC | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)