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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | 汁?????c^ | 100011110110000000111111001111110011111100111111001111110110001101011110 | 8f603f3f3f3f3f635e |
EUC-JP | 汁?????c^ | 101111011100000100111111001111110011111100111111001111110110001101011110 | bdc13f3f3f3f3f635e |
UTF-8 | 汁흗렩쾨렯렞c^ | 1110011010110001100000011110110110011101100101111110101110100000101010011110110010111110101010001110101110100000101011111110101110100000100111100110001101011110 | e6b181ed9d97eba0a9ecbea8eba0afeba09e635e |
UHC | 汁흗렩쾨렯렞c^ | 1111000111110000110010001110100110001110101101111100010011101010100011101011110010001110101011110110001101011110 | f1f0c8e98eb7c4ea8ebc8eaf635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)