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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 潁?〕揖?? | 100111111111000100111111100000010110110010010111010010110011111100111111 | 9ff13f816c974b3f3f |
EUC-JP | 潁?〕揖?? | 110111101111001100111111101000011100110111001101101011000011111100111111 | def33fa1cdcdac3f3f |
UTF-8 | 潁뺣〕揖곁럦 | 111001101011110110000001111010111011101010100011111000111000000010010101111001101000111110010110111010101011001110000001111010111001111110100110 | e6bd81ebbaa3e38095e68f96eab381eb9fa6 |
UHC | 潁뺣〕揖곁럦 | 111001111011100010010101111010111010000110110011111010111110011110110000111001111000111010001001 | e7b895eba1b3ebe7b0e78e89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)