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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 壹h壹 | 1001101011100011011010001001101011100011 | 9ae3689ae3 |
EUC-JP | 壹h壹 | 1101010011100101011010001101010011100101 | d4e568d4e5 |
UTF-8 | 壹h壹 | 11100101101000111011100101101000111001011010001110111001 | e5a3b968e5a3b9 |
UHC | 壹h壹 | 1110110011101100011010001110110011101100 | ecec68ecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)