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 | 韈キ螳削 | 11101000111001111011011111100101101011101000110111101101 | e8e7b7e5ae8ded |
EUC-JP | 韈キ螳削 | 1111000011101001100011101011011111101010101100001011101011101111 | f0e98eb7eab0baef |
UTF-8 | 韈キ螳削 | 111010011001111110001000111011111011110110110111111010001001111010110011111001011000100110001010 | e99f88efbdb7e89eb3e5898a |
UHC | ??螳削 | 001111110011111111010011110110011101111011111011 | 3f3fd3d9defb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)