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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茖号頃絮 | 1110010010100001100011011000011010001101101000001110001101010000 | e4a18d868da0e350 |
EUC-JP | 茖号頃絮 | 1110100010100011101110011110011010111010101000101110010110110001 | e8a3b9e6baa2e5b1 |
UTF-8 | 茖号頃絮 | 111010001000110010010110111001011000111110110111111010011010000010000011111001111011010110101110 | e88c96e58fb7e9a083e7b5ae |
UHC | ??頃絮 | 001111110011111111001100111100011101111111111100 | 3f3fccf1dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)