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 | 闍・繽畷怫 | 111010001000101110100101111000111000111110010011111010111001110010000111 | e88ba5e38f93eb9c87 |
EUC-JP | 闍・繽畷怫 | 11101111111010111000111010100101111001011110111111000110111011011101011111100111 | efeb8ea5e5efc6edd7e7 |
UTF-8 | 闍・繽畷怫 | 111010011001011110001101111011111011110110100101111001111011100110111101111001111001010110110111111001101000000010101011 | e9978defbda5e7b9bde795b7e680ab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)