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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鉋ャ邱貞竅B | 11100111111011101010110011100111101101111001001011100101111000101000000101000010 | e7eeace7b792e5e28142 |
EUC-JP | 鉋ャ邱貞竅B | 1110111011110000100011101010110011101110101110011100010011100111111000111110000101000010 | eef08eaceeb9c4e7e3e142 |
UTF-8 | 鉋ャ邱貞竅B | 11101001100010011000101111101111101111011010110011101001100000101011000111101000101100101001111011100111101010111000010101000010 | e9898befbdace982b1e8b29ee7ab8542 |
UHC | ??邱貞竅B | 001111110011111111001111110010001110111111110110110100001010101101000010 | 3f3fcfc8eff6d0ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)