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 | ??nc^ | 0011111100111111011011100110001101011110 | 3f3f6e635e |
SJIS-WIN | 偲爾nc^ | 10001110110000111000111010100010011011100110001101011110 | 8ec38ea26e635e |
EUC-JP | 偲爾nc^ | 10111100110001011011110010100100011011100110001101011110 | bcc5bca46e635e |
UTF-8 | 偲爾nc^ | 111001011000000110110010111001111000100010111110011011100110001101011110 | e581b2e788be6e635e |
UHC | ?爾nc^ | 001111111110110010110011011011100110001101011110 | 3fecb36e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)