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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?杵?杵^ | 00111111100010110110111000111111100010110110111001011110 | 3f8b6e3f8b6e5e |
EUC-JP | ?杵?杵^ | 00111111101101011100111100111111101101011100111101011110 | 3fb5cf3fb5cf5e |
UTF-8 | 솰杵솰杵^ | 11101100100001101011000011100110100111011011010111101100100001101011000011100110100111011011010101011110 | ec86b0e69db5ec86b0e69db55e |
UHC | 솰杵솰杵^ | 101111001110000011101110101111101011110011100000111011101011111001011110 | bce0eebebce0eebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)