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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 耶??@B | 100101101110101100111111001111110100000001000010 | 96eb3f3f4042 |
EUC-JP | 耶??@B | 110011001110110100111111001111110100000001000010 | cced3f3f4042 |
UTF-8 | 耶⑸젿@B | 1110100010000000101101101110001010010001101110001110110010100000101111110100000001000010 | e880b6e291b8eca0bf4042 |
UHC | 耶⑸젿@B | 1110010110101101101010011110101110100000101100010100000001000010 | e5ada9eba0b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)