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 | ùá | 1001000110000010100111011111100110010000111000011001000110000010 | 91829df990e19182 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???ù?á?? | 001111110011111100111111100011111010101111100011001111111000111110101011101000010011111100111111 | 3f3f3f8fabe33f8faba13f3f |
UTF-8 | ùá | 11000010100100011100001010000010110000101001110111000011101110011100001010010000110000111010000111000010100100011100001010000010 | c291c282c29dc3b9c290c3a1c291c282 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)