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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 御御^ | 1000110011100100100011001110010001011110 | 8ce48ce45e |
EUC-JP | 御御^ | 1011100011100110101110001110011001011110 | b8e6b8e65e |
UTF-8 | 御御^ | 11100101101111101010000111100101101111101010000101011110 | e5bea1e5bea15e |
UHC | 御御^ | 1110010111011001111001011101100101011110 | e5d9e5d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)