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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質イ | 11110000101001001000111010111111111100011111101110110010 | f0a48ebff1fbb2 |
EUC-JP | ?質?イ | 001111111011110011000001001111111000111010110010 | 3fbcc13f8eb2 |
UTF-8 | 質イ | 111011101000000110100011111010001011001110101010111011101000010110110110111011111011110110110010 | ee81a3e8b3aaee85b6efbdb2 |
UHC | ?質?? | 0011111111110010111101010011111100111111 | 3ff2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)