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 | ??Bo[??Bo[^ | 0011111100111111010000100110111101011011001111110011111101000010011011110101101101011110 | 3f3f426f5b3f3f426f5b5e |
SJIS-WIN | ?ェBo[?ェBo[^ | 0011111110101010010000100110111101011011001111111010101001000010011011110101101101011110 | 3faa426f5b3faa426f5b5e |
EUC-JP | ?ェBo[?ェBo[^ | 00111111100011101010101001000010011011110101101100111111100011101010101001000010011011110101101101011110 | 3f8eaa426f5b3f8eaa426f5b5e |
UTF-8 | 䵸ェBo[䵸ェBo[^ | 11100100101101011011100011101111101111011010101001000010011011110101101111100100101101011011100011101111101111011010101001000010011011110101101101011110 | e4b5b8efbdaa426f5be4b5b8efbdaa426f5b5e |
UHC | ??Bo[??Bo[^ | 0011111100111111010000100110111101011011001111110011111101000010011011110101101101011110 | 3f3f426f5b3f3f426f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)