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 | 潁??靭?ⅶ | 100111111111000100111111001111111001000001111000001111111111101001000110 | 9ff13f3f90783ffa46 |
EUC-JP | 潁??靭?? | 1101111011110011001111110011111110111111110110010011111100111111 | def33f3fbfd93f3f |
UTF-8 | 潁뺣겭靭뚦ⅶ | 111001101011110110000001111010111011101010100011111010101011001010101101111010011001110110101101111010111001101010100110111000101000010110110110 | e6bd81ebbaa3eab2ade99dadeb9aa6e285b6 |
UHC | 潁뺣겭靭뚦ⅶ | 111001111011100010010101111010111000000110111011111011001110010110001100111001011010010110100111 | e7b895eb81bbece58ce5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)