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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獰??亦?? | 1110000011010110001111110011111110010110100100100011111100111111 | e0d63f3f96923f3f |
EUC-JP | 獰??亦?? | 1110000011011000001111110011111111001011111100100011111100111111 | e0d83f3fcbf23f3f |
UTF-8 | 獰귞몱亦볢췃 | 111001111000110110110000111010101011011110011110111010111010101010110001111001001011101010100110111010111011001110100010111011001011011110000011 | e78db0eab79eebaab1e4baa6ebb3a2ecb783 |
UHC | 獰귞몱亦볢췃 | 111001111011111010000010111001111001000110011010111001101011001010010011111010001010110110011111 | e7be82e7919ae6b293e8ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)