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 | 梱?^ | 10001101101010110011111101011110 | 8dab3f5e |
EUC-JP | 梱?^ | 10111010101011010011111101011110 | baad3f5e |
UTF-8 | 梱걋^ | 11100110101000101011000111101010101100011000101101011110 | e6a2b1eab18b5e |
UHC | 梱걋^ | 1100110111100001101100001100000001011110 | cde1b0c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)