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 | 悌?^ | 10010010111011100011111101011110 | 92ee3f5e |
EUC-JP | 悌?^ | 11000100111100000011111101011110 | c4f03f5e |
UTF-8 | 悌丹^ | 11100110100000101000110011101111101001011001111001011110 | e6828cefa59e5e |
UHC | 悌丹^ | 1111000010101010110101011010111001011110 | f0aad5ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)