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 | áá~ | 11100001111000011001010101111110 | e1e1957e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | áá?~ | 1000111110101011101000011000111110101011101000010011111101111110 | 8faba18faba13f7e |
UTF-8 | áá~ | 11000011101000011100001110100001110000101001010101111110 | c3a1c3a1c2957e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)