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 | 髴畷塩妤 | 1110100110011100100100111110101110001001100101101111101010100100 | e99c93eb8996faa4 |
EUC-JP | 髴畷塩妤 | 111100011111110011000110111011011011000111110110100011111011100110101111 | f1fcc6edb1f68fb9af |
UTF-8 | 髴畷塩妤 | 111010011010101110110100111001111001010110110111111001011010000110101001111001011010011010100100 | e9abb4e795b7e5a1a9e5a6a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)