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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 怐陽\ | 1001110010000001100101110111101001011100 | 9c81977a5c |
EUC-JP | 怐陽\ | 1101011111100001110011011101101101011100 | d7e1cddb5c |
UTF-8 | 怐陽\ | 11100110100000001001000011101001100110011011110101011100 | e68090e999bd5c |
UHC | ?陽\ | 00111111111001011101010101011100 | 3fe5d55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)