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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 俾喊D俾喊D^ | 1001100011101010100110100101111001000100100110001110101010011010010111100100010001011110 | 98ea9a5e4498ea9a5e445e |
EUC-JP | 俾喊D俾喊D^ | 1101000011101100110100111011111101000100110100001110110011010011101111110100010001011110 | d0ecd3bf44d0ecd3bf445e |
UTF-8 | 俾喊D俾喊D^ | 111001001011111110111110111001011001011010001010010001001110010010111111101111101110010110010110100010100100010001011110 | e4bfbee5968a44e4bfbee5968a445e |
UHC | ?喊D?喊D^ | 001111111111100111100010010001000011111111111001111000100100010001011110 | 3ff9e2443ff9e2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)