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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?幾?^ | 0011111110001010111101000011111101011110 | 3f8af43f5e |
EUC-JP | ?幾?^ | 0011111110110100111101100011111101011110 | 3fb4f63f5e |
UTF-8 | 룶幾핥^ | 11101011101000111011011011100101101110011011111011101101100101011010010101011110 | eba3b6e5b9beed95a55e |
UHC | 룶幾핥^ | 10001111101010111101000011111010110001111101001101011110 | 8fabd0fac7d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)