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 | ӹͰ^ | 1101001110111001110011011011000001011110 | d3b9cdb05e |
SJIS-WIN | ???°^ | 001111110011111100111111100000011000101101011110 | 3f3f3f818b5e |
EUC-JP | Ó?Í°^ | 10001111101010101101000100111111100011111010101010111111101000011110101101011110 | 8faad13f8faabfa1eb5e |
UTF-8 | ӹͰ^ | 110000111001001111000010101110011100001110001101110000101011000001011110 | c393c2b9c38dc2b05e |
UHC | ?¹?°^ | 00111111101010011111011000111111101000011100011001011110 | 3fa9f63fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)