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 | 蝣ー阯∵ヲ | 1110010110100000101100001110100010010111100000011110011010100110 | e5a0b0e89781e6a6 |
EUC-JP | 蝣ー阯∵ヲ | 11101010101000101000111010110000111011111111011110100010111010001000111010100110 | eaa28eb0eff7a2e88ea6 |
UTF-8 | 蝣ー阯∵ヲ | 111010001001110110100011111011111011110110110000111010011001100010101111111000101000100010110101111011111011110110100110 | e89da3efbdb0e998afe288b5efbda6 |
UHC | ???∵? | 001111110011111100111111101000011111000100111111 | 3f3f3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)