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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 造扇~ | 1001000110100010100100001110111001111110 | 91a290ee7e |
EUC-JP | 造扇~ | 1100001010100100110000001111000001111110 | c2a4c0f07e |
UTF-8 | 造扇~ | 11101001100000001010000011100110100010011000011101111110 | e980a0e689877e |
UHC | 造扇~ | 1111000011100011111000001011111101111110 | f0e3e0bf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)