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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 﨟ョ隴倬☆ | 111110111001110110101110111010001010110110011000111010011000000110011001 | fb9daee8ad98e98199 |
EUC-JP | ?ョ隴倬☆ | 001111111000111010101110111100001010111111010000111010111010000111111001 | 3f8eaef0afd0eba1f9 |
UTF-8 | 﨟ョ隴倬☆ | 111011111010100010011111111011111011110110101110111010011001101010110100111001011000000010101100111000101001100010000110 | efa89fefbdaee99ab4e580ace29886 |
UHC | ???倬☆ | 00111111001111110011111111110110111100001010000111011001 | 3f3f3ff6f0a1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)