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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 叩促促 | 100100100100000010010001101000111001000110100011 | 924091a391a3 |
EUC-JP | 叩促促 | 110000111010000111000010101001011100001010100101 | c3a1c2a5c2a5 |
UTF-8 | 叩促促 | 111001011000111110101001111001001011111110000011111001001011111110000011 | e58fa9e4bf83e4bf83 |
UHC | 叩促促 | 110011011011000011110101101101011111010110110101 | cdb0f5b5f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)