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 | 鬩ェ骰句 | 111010011010100110101010111010011000110110001011111001011111011010001110 | e9a9aae98d8be5f68e |
EUC-JP | 鬩ェ骰句? | 111100101010101110001110101010101111000111101101101101101110011100111111 | f2ab8eaaf1edb6e73f |
UTF-8 | 鬩ェ骰句 | 111010011010110010101001111011111011110110101010111010011010101010110000111001011000111110100101111011101001001010110101 | e9aca9efbdaae9aab0e58fa5ee92b5 |
UHC | ???句? | 001111110011111100111111110011111010001100111111 | 3f3f3fcfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)