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 | 緝筧^ | 1110001101101000111000101010100001011110 | e368e2a85e |
EUC-JP | 緝筧^ | 1110010111001001111001001010101001011110 | e5c9e4aa5e |
UTF-8 | 緝筧^ | 11100111101101111001110111100111101011011010011101011110 | e7b79de7ada75e |
UHC | 緝?^ | 11110010111111010011111101011110 | f2fd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)