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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹手勝跪 | 1110001110001000100011101110100010001111100111111110011011101100 | e3888ee88f9fe6ec |
EUC-JP | 繹手勝跪 | 1110010111101000101111001110101010111110101000011110110011101110 | e5e8bceabea1ecee |
UTF-8 | 繹手勝跪 | 111001111011100110111001111001101000100110001011111001011000101110011101111010001011011110101010 | e7b9b9e6898be58b9de8b7aa |
UHC | 繹手勝? | 11100110101110101110001010100010111000111010110100111111 | e6bae2a2e3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)