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 | 酌自治璽 | 1000111011011110100011101010100110001110101000011000111010100011 | 8ede8ea98ea18ea3 |
EUC-JP | 酌自治璽 | 1011110011100000101111001010101110111100101000111011110010100101 | bce0bcabbca3bca5 |
UTF-8 | 酌自治璽 | 111010011000010110001100111010001000011110101010111001101011001010111011111001111001001010111101 | e9858ce887aae6b2bbe792bd |
UHC | 酌自治璽 | 1110110111001100111011011011101111110110101111011101111111011110 | edccedbbf6bddfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)