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 | Í°UÍ°N | 110011011011000001010101110011011011000001001110 | cdb055cdb04e |
SJIS-WIN | ?°U?°N | 0011111110000001100010110101010100111111100000011000101101001110 | 3f818b553f818b4e |
EUC-JP | Í°UÍ°N | 100011111010101010111111101000011110101101010101100011111010101010111111101000011110101101001110 | 8faabfa1eb558faabfa1eb4e |
UTF-8 | Í°UÍ°N | 11000011100011011100001010110000010101011100001110001101110000101011000001001110 | c38dc2b055c38dc2b04e |
UHC | ?°U?°N | 0011111110100001110001100101010100111111101000011100011001001110 | 3fa1c6553fa1c64e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)