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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?輒 | 001111111110011101101011 | 3fe76b |
EUC-JP | 搒輒 | 1000111111000000110010101110110111001100 | 8fc0caedcc |
UTF-8 | 搒輒 | 111001101001000010010010111010001011110010010010 | e69092e8bc92 |
UHC | ?輒 | 001111111111010011100101 | 3ff4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)