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 | ?U?? | 00111111010101010011111100111111 | 3f553f3f |
SJIS-WIN | 叩U辰単 | 10010010010000000101010110010010010000111001001001010000 | 92405592439250 |
EUC-JP | 叩U辰単 | 11000011101000010101010111000011101001001100001110110001 | c3a155c3a4c3b1 |
UTF-8 | 叩U辰単 | 11100101100011111010100101010101111010001011111010110000111001011000110110011000 | e58fa955e8beb0e58d98 |
UHC | 叩U辰? | 110011011011000001010101111100101110001100111111 | cdb055f2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)