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 | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 耶??O | 1001011011101011001111110011111101001111 | 96eb3f3f4f |
EUC-JP | 耶??O | 1100110011101101001111110011111101001111 | cced3f3f4f |
UTF-8 | 耶뽭쎁O | 11101000100000001011011011101011101111011010110111101100100011101000000101001111 | e880b6ebbdadec8e814f |
UHC | 耶뽭쎁O | 11100101101011011001011011101001100110111010101101001111 | e5ad96e99bab4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)