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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | 叩}叩多 | 10010010010000000111110110010010010000001001000110111101 | 92407d924091bd |
EUC-JP | 叩}叩多 | 11000011101000010111110111000011101000011100001010111111 | c3a17dc3a1c2bf |
UTF-8 | 叩}叩多 | 11100101100011111010100101111101111001011000111110101001111001011010010010011010 | e58fa97de58fa9e5a49a |
UHC | 叩}叩多 | 11001101101100000111110111001101101100001101001011111101 | cdb07dcdb0d2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)