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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裘自汐B | 111001011110001010001110101010011111000010110011100011101010110001000010 | e5e28ea9f0b38eac42 |
EUC-JP | 裘自?汐B | 1110101011100100101111001010101100111111101111001010111001000010 | eae4bcab3fbcae42 |
UTF-8 | 裘自汐B | 11101000101000111001100011101000100001111010101011101110100000011011001011100110101100011001000001000010 | e8a398e887aaee81b2e6b19042 |
UHC | ?自?汐B | 00111111111011011011101100111111111000001011000101000010 | 3fedbb3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)