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瑙 | 1110000011101101011010001110000011101101 | e0ed68e0ed |
EUC-JP | 瑙h瑙 | 1110000011101111011010001110000011101111 | e0ef68e0ef |
UTF-8 | 瑙h瑙 | 11100111100100011001100101101000111001111001000110011001 | e7919968e79199 |
UHC | 瑙h瑙 | 1101001011000101011010001101001011000101 | d2c568d2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)