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 | ???\^ | 0011111100111111001111110101110001011110 | 3f3f3f5c5e |
SJIS-WIN | 但息辰\^ | 1001001001000001100100011010011110010010010000110101110001011110 | 924191a792435c5e |
EUC-JP | 但息辰\^ | 1100001110100010110000101010100111000011101001000101110001011110 | c3a2c2a9c3a45c5e |
UTF-8 | 但息辰\^ | 1110010010111101100001101110011010000001101011111110100010111110101100000101110001011110 | e4bd86e681afe8beb05c5e |
UHC | 但息辰\^ | 1101001110100011111000111101001111110010111000110101110001011110 | d3a3e3d3f2e35c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)