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 | 鄒ィ~ | 11100111101111101010100001111110 | e7bea87e |
EUC-JP | 鄒ィ~ | 1110111011000000100011101010100001111110 | eec08ea87e |
UTF-8 | 鄒ィ~ | 11101001100001001001001011101111101111011010100001111110 | e98492efbda87e |
UHC | 鄒?~ | 11110101110110110011111101111110 | f5db3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)