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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 悅?h悅? | 11111010101111010011111101101000111110101011110100111111 | fabd3f68fabd3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 悅얥h悅얥 | 11100110100000101000010111101100100101101010010101101000111001101000001010000101111011001001011010100101 | e68285ec96a568e68285ec96a5 |
UHC | 悅얥h悅얥 | 111001101110110110011110010011000110100011100110111011011001111001001100 | e6ed9e4c68e6ed9e4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)