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 | 衽艀}衽艀{^ | 1110010111010001111001000111100001111101111001011101000111100100011110000111101101011110 | e5d1e4787de5d1e4787b5e |
EUC-JP | 衽艀}衽艀{^ | 1110101011010011111001111101100101111101111010101101001111100111110110010111101101011110 | ead3e7d97dead3e7d97b5e |
UTF-8 | 衽艀}衽艀{^ | 111010001010000110111101111010001000100110000000011111011110100010100001101111011110100010001001100000000111101101011110 | e8a1bde889807de8a1bde889807b5e |
UHC | ?艀}?艀{^ | 001111111101110110110010011111010011111111011101101100100111101101011110 | 3fddb27d3fddb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)