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 | ?h?k | 00111111011010000011111101101011 | 3f683f6b |
SJIS-WIN | h鯀k | 111101101110001101101000111010011011111101101011 | f6e368e9bf6b |
EUC-JP | ?h鯀k | 0011111101101000111100101100000101101011 | 3f68f2c16b |
UTF-8 | h鯀k | 1110111010010100100010100110100011101001101011111000000001101011 | ee948a68e9af806b |
UHC | ?h?k | 00111111011010000011111101101011 | 3f683f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)