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 | ý±¡± | 11111101101100011010000110110001 | fdb1a1b1 |
SJIS-WIN | ?±?± | 001111111000000101111101001111111000000101111101 | 3f817d3f817d |
EUC-JP | ý±¡± | 10001111101010111111001010100001110111101000111110100010110000101010000111011110 | 8fabf2a1de8fa2c2a1de |
UTF-8 | ý±¡± | 1100001110111101110000101011000111000010101000011100001010110001 | c3bdc2b1c2a1c2b1 |
UHC | ?±¡± | 00111111101000011011111010100010101011101010000110111110 | 3fa1bea2aea1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)