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 | ??x[ | 00111111001111110111100001011011 | 3f3f785b |
SJIS-WIN | ??x[ | 00111111001111110111100001011011 | 3f3f785b |
EUC-JP | ??x[ | 00111111001111110111100001011011 | 3f3f785b |
UTF-8 | 룵句x[ | 1110101110100011101101011110111110100100100001100111100001011011 | eba3b5efa486785b |
UHC | 룵句x[ | 100011111010101011001111111110110111100001011011 | 8faacffb785b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)