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 | ²éê^ | 1001110110110010111010011110101001011110 | 9db2e9ea5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ??éê^ | 001111110011111110001111101010111011000110001111101010111011010001011110 | 3f3f8fabb18fabb45e |
UTF-8 | ²éê^ | 110000101001110111000010101100101100001110101001110000111010101001011110 | c29dc2b2c3a9c3aa5e |
UHC | ?²??^ | 001111111010100111110111001111110011111101011110 | 3fa9f73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)