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 | xââxâÔ^ | 100110100111100011100010111000101001101001111000111000101101010001011110 | 9a78e2e29a78e2d45e |
SJIS-WIN | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
EUC-JP | ?xââ?xâÔ^ | 0011111101111000100011111010101110100100100011111010101110100100001111110111100010001111101010111010010010001111101010101101010001011110 | 3f788faba48faba43f788faba48faad45e |
UTF-8 | xââxâÔ^ | 110000101001101001111000110000111010001011000011101000101100001010011010011110001100001110100010110000111001010001011110 | c29a78c3a2c3a2c29a78c3a2c3945e |
UHC | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)