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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 叩続辿族B | 100100100100000010010001101100011001001001001000100100011011000001000010 | 924091b1924891b042 |
EUC-JP | 叩続辿族B | 110000111010000111000010101100111100001110101001110000101011001001000010 | c3a1c2b3c3a9c2b242 |
UTF-8 | 叩続辿族B | 11100101100011111010100111100111101101101001101011101000101111101011111111100110100101111000111101000010 | e58fa9e7b69ae8bebfe6978f42 |
UHC | 叩??族B | 11001101101100000011111100111111111100001110100101000010 | cdb03f3ff0e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)