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 | 億?^ | 10001001101011010011111101011110 | 89ad3f5e |
EUC-JP | 億?^ | 10110010101011110011111101011110 | b2af3f5e |
UTF-8 | 億렕^ | 11100101100001001000010011101011101000001001010101011110 | e58484eba0955e |
UHC | 億렕^ | 1110010111100010100011101010101001011110 | e5e28eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)