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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
EUC-JP | 棅?e^ | 100011111100001111111011001111110110010101011110 | 8fc3fb3f655e |
UTF-8 | 棅젓e^ | 1110011010100011100001011110110010100000100100110110010101011110 | e6a385eca093655e |
UHC | 棅젓e^ | 110111001011100011000001101000110110010101011110 | dcb8c1a3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)