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 | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | ?豌Y嶸耶 | 0011111111100110101100000101100111111010101101001001011011101011 | 3fe6b059fab496eb |
EUC-JP | 嶴豌Y嶸耶 | 1000111110111011111100111110110010110010010110011000111110111011111101001100110011101101 | 8fbbf3ecb2598fbbf4cced |
UTF-8 | 嶴豌Y嶸耶 | 11100101101101101011010011101000101100011000110001011001111001011011011010111000111010001000000010110110 | e5b6b4e8b18c59e5b6b8e880b6 |
UHC | ?豌Y嶸耶 | 0011111111101000110101010101100111100111101011101110010110101101 | 3fe8d559e7aee5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)