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 | 軏舟^ | 1111101110110010100011110100110101011110 | fbb28f4d5e |
EUC-JP | 軏舟^ | 100011111110000011011001101111011010111001011110 | 8fe0d9bdae5e |
UTF-8 | 軏舟^ | 11101000101110111000111111101000100010001001111101011110 | e8bb8fe8889f5e |
UHC | ?舟^ | 00111111111100011100011101011110 | 3ff1c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)