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 | 絲の残炊温 | 11100011010011101000001011001100100011100110001110010000100001101000100110110111 | e34e82cc8e63908689b7 |
EUC-JP | 絲の残炊温 | 11100101101011111010010011001110101110111100010010111111111001101011001010111001 | e5afa4cebbc4bfe6b2b9 |
UTF-8 | 絲の残炊温 | 111001111011010110110010111000111000000110101110111001101010111010001011111001111000001010001010111001101011100010101001 | e7b5b2e381aee6ae8be7828ae6b8a9 |
UHC | 絲の?炊? | 1101111011101010101010101100111000111111111101101010011100111111 | deeaaace3ff6a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)