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 | ?}?}?? | 001111110111110100111111011111010011111100111111 | 3f7d3f7d3f3f |
SJIS-WIN | 叩}叩}竪叩 | 10010010010000000111110110010010010000000111110110010010010001111001001001000000 | 92407d92407d92479240 |
EUC-JP | 叩}叩}竪叩 | 11000011101000010111110111000011101000010111110111000011101010001100001110100001 | c3a17dc3a17dc3a8c3a1 |
UTF-8 | 叩}叩}竪叩 | 1110010110001111101010010111110111100101100011111010100101111101111001111010101110101010111001011000111110101001 | e58fa97de58fa97de7abaae58fa9 |
UHC | 叩}叩}竪叩 | 11001101101100000111110111001101101100000111110111100010101101011100110110110000 | cdb07dcdb07de2b5cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)