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 | ýÐ\ | 111111011101000001011100 | fdd05c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ý?\ | 1000111110101011111100100011111101011100 | 8fabf23f5c |
UTF-8 | ýÐ\ | 1100001110111101110000111001000001011100 | c3bdc3905c |
UHC | ?Ð\ | 00111111101010001010001001011100 | 3fa8a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)