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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 睾睾^ | 111000011100111011110011110000111110000111001110111100111100001101011110 | e1cef3c3e1cef3c35e |
EUC-JP | 睾?睾?^ | 11100010110100000011111111100010110100000011111101011110 | e2d03fe2d03f5e |
UTF-8 | 睾睾^ | 11100111100111011011111011101110100010101011011011100111100111011011111011101110100010101011011001011110 | e79dbeee8ab6e79dbeee8ab65e |
UHC | 睾?睾?^ | 11001101110000100011111111001101110000100011111101011110 | cdc23fcdc23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)