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 | 狎??韋 | 111000001011111000111111001111111110100011101000 | e0be3f3fe8e8 |
EUC-JP | 狎??韋 | 111000001100000000111111001111111111000011101010 | e0c03f3ff0ea |
UTF-8 | 狎띠떜韋 | 111001111000101110001110111010111001110110100000111010111001011010011100111010011001111110001011 | e78b8eeb9da0eb969ce99f8b |
UHC | 狎띠떜韋 | 1110010011100100101101101110110010001011101100101110101011011111 | e4e4b6ec8bb2eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)