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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪矩尚 | 111001011010000110001011111010011000111110101110 | e5a18be98fae |
EUC-JP | 蝪矩尚 | 111010101010001110110110111010111011111010110000 | eaa3b6ebbeb0 |
UTF-8 | 蝪矩尚 | 111010001001110110101010111001111001111110101001111001011011000010011010 | e89daae79fa9e5b09a |
UHC | ?矩? | 00111111110011111011101100111111 | 3fcfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)