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 | 覓恰キ | 111001100100101110001010100001101000001101001100 | e64b8a86834c |
EUC-JP | 覓恰キ | 111010111010110010110011111001101010010110101101 | ebacb3e6a5ad |
UTF-8 | 覓恰キ | 111010001010011010010011111001101000000110110000111000111000001010101101 | e8a693e681b0e382ad |
UHC | 覓恰キ | 110110001111001011111101111001101010101110101101 | d8f2fde6abad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)