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 | ´âÀè~ | 1011010011100010110000001110100001111110 | b4e2c0e87e |
SJIS-WIN | ´???~ | 100000010100110000111111001111110011111101111110 | 814c3f3f3f7e |
EUC-JP | ´âÀè~ | 101000011010110110001111101010111010010010001111101010101010001010001111101010111011001001111110 | a1ad8faba48faaa28fabb27e |
UTF-8 | ´âÀè~ | 110000101011010011000011101000101100001110000000110000111010100001111110 | c2b4c3a2c380c3a87e |
UHC | ´???~ | 101000101010010100111111001111110011111101111110 | a2a53f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)