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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 絶???曜 | 10010000111000100011111100111111001111111001011101101010 | 90e23f3f3f976a |
EUC-JP | 絶??琯曜 | 110000001110010000111111001111111000111111001100101100111100110111001011 | c0e43f3f8fccb3cdcb |
UTF-8 | 絶귝튂琯曜 | 111001111011010110110110111010101011011110011101111011011000101010000010111001111001000010101111111001101001101110011100 | e7b5b6eab79ded8a82e790afe69b9c |
UHC | 絶귝튂琯曜 | 11101111101111101000001011100110101110011001100011001110101101011110100011111000 | efbe82e6b998ceb5e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)