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 | ??Tc^ | 0011111100111111010101000110001101011110 | 3f3f54635e |
SJIS-WIN | ??Tc^ | 0011111100111111010101000110001101011110 | 3f3f54635e |
EUC-JP | ??Tc^ | 0011111100111111010101000110001101011110 | 3f3f54635e |
UTF-8 | 렻렮Tc^ | 111010111010000010111011111010111010000010101110010101000110001101011110 | eba0bbeba0ae54635e |
UHC | 렻렮Tc^ | 10001110110000111000111010111011010101000110001101011110 | 8ec38ebb54635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)