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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 豸慶^ | 1110011010110110100011000110001101011110 | e6b68c635e |
EUC-JP | 豸慶^ | 1110110010111000101101111100010001011110 | ecb8b7c45e |
UTF-8 | 豸慶^ | 11101000101100011011100011100110100001011011011001011110 | e8b1b8e685b65e |
UHC | ?慶^ | 00111111110011001101010001011110 | 3fccd45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)