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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞨オ蜍滓」 | 1110100011100000101101011110010110001011100111111110011010100011 | e8e0b5e58b9fe6a3 |
EUC-JP | 鞨オ蜍滓」 | 11110000111000101000111010110101111010011110101111011110111010001000111010100011 | f0e28eb5e9ebdee88ea3 |
UTF-8 | 鞨オ蜍滓」 | 111010011001111010101000111011111011110110110101111010001001110010001101111001101011101110010011111011111011110110100011 | e99ea8efbdb5e89c8de6bb93efbda3 |
UHC | 鞨??滓? | 11001010111010100011111100111111111011101010101100111111 | caea3f3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)