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 | Í°^Í°^ | 110011011011000001011110110011011011000001011110 | cdb05ecdb05e |
SJIS-WIN | ?°^?°^ | 0011111110000001100010110101111000111111100000011000101101011110 | 3f818b5e3f818b5e |
EUC-JP | Í°^Í°^ | 100011111010101010111111101000011110101101011110100011111010101010111111101000011110101101011110 | 8faabfa1eb5e8faabfa1eb5e |
UTF-8 | Í°^Í°^ | 11000011100011011100001010110000010111101100001110001101110000101011000001011110 | c38dc2b05ec38dc2b05e |
UHC | ?°^?°^ | 0011111110100001110001100101111000111111101000011100011001011110 | 3fa1c65e3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)