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 | 諠。螂ァ隲 | 1110011010000011101000011110010110100101101001111110100010101011 | e683a1e5a5a7e8ab |
EUC-JP | 諠。螂ァ隲 | 11101011111000111000111010100001111010101010011110001110101001111111000010101101 | ebe38ea1eaa78ea7f0ad |
UTF-8 | 諠。螂ァ隲 | 111010001010101110100000111011111011110110100001111010001001111010000010111011111011110110100111111010011001101010110010 | e8aba0efbda1e89e82efbda7e99ab2 |
UHC | ??螂?? | 001111110011111111010101110011000011111100111111 | 3f3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)