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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 眷%痿\ | 11100001110001011000000110010011111000010111111001011100 | e1c58193e17e5c |
EUC-JP | 眷%痿\ | 11100010110001111010000111110011111000011101111101011100 | e2c7a1f3e1df5c |
UTF-8 | 眷%痿\ | 11100111100111001011011111101111101111001000010111100111100101111011111101011100 | e79cb7efbc85e797bf5c |
UHC | 眷%?\ | 110011111110111110100011101001010011111101011100 | cfefa3a53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)