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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 他速担臓其箪 | 100100011011110010010001101011001001001001010011100100011001111110010001101101001001001001011100 | 91bc91ac9253919f91b4925c |
EUC-JP | 他速担臓其箪 | 110000101011111011000010101011101100001110110100110000101010000111000010101101101100001110111101 | c2bec2aec3b4c2a1c2b6c3bd |
UTF-8 | 他速担臓其箪 | 111001001011101110010110111010011000000010011111111001101000101110000101111010001000011110010011111001011000010110110110111001111010111010101010 | e4bb96e9809fe68b85e88793e585b6e7aeaa |
UHC | 他速??其? | 111101101110001011100001110111000011111100111111110100001110110000111111 | f6e2e1dc3f3fd0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)