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 | 軏春^ | 1111101110110010100011110111010001011110 | fbb28f745e |
EUC-JP | 軏春^ | 100011111110000011011001101111011101010101011110 | 8fe0d9bdd55e |
UTF-8 | 軏春^ | 11101000101110111000111111100110100110001010010101011110 | e8bb8fe698a55e |
UHC | ?春^ | 00111111111101011111000001011110 | 3ff5f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)