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 | 抑??韋 | 100101110111110100111111001111111110100011101000 | 977d3f3fe8e8 |
EUC-JP | 抑??韋 | 110011011101111000111111001111111111000011101010 | cdde3f3ff0ea |
UTF-8 | 抑띠뻼韋 | 111001101000101010010001111010111001110110100000111010111011101110111100111010011001111110001011 | e68a91eb9da0ebbbbce99f8b |
UHC | 抑띠뻼韋 | 1110010111100100101101101110110010010110100001111110101011011111 | e5e4b6ec9687eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)