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 | 鉞苓エ疲キ | 1110011111100110100101111110100010110100100101001110011010110111 | e7e697e8b494e6b7 |
EUC-JP | 鉞苓エ疲キ | 11101110111010001100111011101010100011101011010011001000111010001000111010110111 | eee8ceea8eb4c8e88eb7 |
UTF-8 | 鉞苓エ疲キ | 111010011000100110011110111010001000101110010011111011111011110110110100111001111001011010110010111011111011110110110111 | e9899ee88b93efbdb4e796b2efbdb7 |
UHC | 鉞??疲? | 11101010110001110011111100111111111110011010101000111111 | eac73f3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)