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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 旦息\ | 1001001001010101100100011010011101011100 | 925591a75c |
EUC-JP | 旦息\ | 1100001110110110110000101010100101011100 | c3b6c2a95c |
UTF-8 | 旦息\ | 11100110100101111010011011100110100000011010111101011100 | e697a6e681af5c |
UHC | 旦息\ | 1101001110101001111000111101001101011100 | d3a9e3d35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)