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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?咀}?咀{^ | 001111111001100111110000011111010011111110011001111100000111101101011110 | 3f99f07d3f99f07b5e |
EUC-JP | ?咀}?咀{^ | 001111111101001011110010011111010011111111010010111100100111101101011110 | 3fd2f27d3fd2f27b5e |
UTF-8 | 쒜咀}쒜咀{^ | 111011001001001010011100111001011001001010000000011111011110110010010010100111001110010110010010100000000111101101011110 | ec929ce592807dec929ce592807b5e |
UHC | 쒜咀}쒜咀{^ | 1011111010101110111011101011101001111101101111101010111011101110101110100111101101011110 | beaeeeba7dbeaeeeba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)