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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?鴨?善 | 001111111000101010011011001111111001000101010000 | 3f8a9b3f9150 |
EUC-JP | ?鴨侁善 | 0011111110110011111110111000111110110000111111001100000110110001 | 3fb3fb8fb0fcc1b1 |
UTF-8 | 卨鴨侁善 | 111001011000110110101000111010011011010010101000111001001011111010000001111001011001011010000100 | e58da8e9b4a8e4be81e59684 |
UHC | 卨鴨侁善 | 1110000011011001111001001110010111100011111000001110000010111100 | e0d9e4e5e3e0e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)