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^ | 0011111100111111011011100110001101011110 | 3f3f6e635e |
EUC-JP | ??nc^ | 0011111100111111011011100110001101011110 | 3f3f6e635e |
UTF-8 | 셔샴nc^ | 111011001000010110010100111011001000001110110100011011100110001101011110 | ec8594ec83b46e635e |
UHC | 셔샴nc^ | 10111100110001011011110010100100011011100110001101011110 | bcc5bca46e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)