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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錏溷、・跚 | 1110011111111001100111111110010110100100101001011110011011100111 | e7f99fe5a4a5e6e7 |
EUC-JP | 錏溷、・跚 | 11101110111110111101111011100111100011101010010010001110101001011110110011101001 | eefbdee78ea48ea5ece9 |
UTF-8 | 錏溷、・跚 | 111010011000110010001111111001101011101010110111111011111011110110100100111011111011110110100101111010001011011110011010 | e98c8fe6bab7efbda4efbda5e8b79a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)