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 | ??O??O^ | 00111111001111110100111100111111001111110100111101011110 | 3f3f4f3f3f4f5e |
SJIS-WIN | ?貂O?貂O^ | 001111111110011010111000010011110011111111100110101110000100111101011110 | 3fe6b84f3fe6b84f5e |
EUC-JP | 嶴貂O嶴貂O^ | 10001111101110111111001111101100101110100100111110001111101110111111001111101100101110100100111101011110 | 8fbbf3ecba4f8fbbf3ecba4f5e |
UTF-8 | 嶴貂O嶴貂O^ | 111001011011011010110100111010001011001010000010010011111110010110110110101101001110100010110010100000100100111101011110 | e5b6b4e8b2824fe5b6b4e8b2824f5e |
UHC | ?貂O?貂O^ | 001111111111010110110000010011110011111111110101101100000100111101011110 | 3ff5b04f3ff5b04f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)