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 | ?甕}?甕{^ | 001111111110000101010000011111010011111111100001010100000111101101011110 | 3fe1507d3fe1507b5e |
EUC-JP | ?甕}?甕{^ | 001111111110000110110001011111010011111111100001101100010111101101011110 | 3fe1b17d3fe1b17b5e |
UTF-8 | 쒔甕}쒔甕{^ | 111011001001001010010100111001111001010010010101011111011110110010010010100101001110011110010100100101010111101101011110 | ec9294e794957dec9294e794957b5e |
UHC | 쒔甕}쒔甕{^ | 1011111010101101111010001011100001111101101111101010110111101000101110000111101101011110 | beade8b87dbeade8b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)