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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟆逸擅褻 | 1110010110110000100010001110110110011101101000011110010111110110 | e5b088ed9da1e5f6 |
EUC-JP | 蟆逸擅褻 | 1110101010110010101100001110111111011010101000111110101011111000 | eab2b0efdaa3eaf8 |
UTF-8 | 蟆逸擅褻 | 111010001001111110000110111010011000000010111000111001101001001110000101111010001010010010111011 | e89f86e980b8e69385e8a4bb |
UHC | ?逸擅褻 | 00111111111011001110111111110100101110101110000011100001 | 3feceff4bae0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)