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 | ??Vy | 00111111001111110101011001111001 | 3f3f5679 |
SJIS-WIN | 遶ェVy | 1110011110101011101010100101011001111001 | e7abaa5679 |
EUC-JP | 遶ェVy | 111011101010110110001110101010100101011001111001 | eead8eaa5679 |
UTF-8 | 遶ェVy | 1110100110000001101101101110111110111101101010100101011001111001 | e981b6efbdaa5679 |
UHC | ??Vy | 00111111001111110101011001111001 | 3f3f5679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)