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 | 筮の残炊温 | 11100010101011001000001011001100100011100110001110010000100001101000100110110111 | e2ac82cc8e63908689b7 |
EUC-JP | 筮の残炊温 | 11100100101011101010010011001110101110111100010010111111111001101011001010111001 | e4aea4cebbc4bfe6b2b9 |
UTF-8 | 筮の残炊温 | 111001111010110110101110111000111000000110101110111001101010111010001011111001111000001010001010111001101011100010101001 | e7adaee381aee6ae8be7828ae6b8a9 |
UHC | 筮の?炊? | 1101111111111011101010101100111000111111111101101010011100111111 | dffbaace3ff6a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)