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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 掌???\ | 100011111011011000111111001111110011111101011100 | 8fb63f3f3f5c |
EUC-JP | 掌???\ | 101111101011100000111111001111110011111101011100 | beb83f3f3f5c |
UTF-8 | 掌쿡렣렔\ | 11100110100011101000110011101100101111111010000111101011101000001010001111101011101000001001010001011100 | e68e8cecbfa1eba0a3eba0945c |
UHC | 掌쿡렣렔\ | 111011011110011011000100111011101000111010110100100011101010100101011100 | ede6c4ee8eb48ea95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)