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 | ¾¯v | 101111101010111101110110 | beaf76 |
SJIS-WIN | ??v | 001111110011111101110110 | 3f3f76 |
EUC-JP | ?¯v | 0011111110001111101000101011010001110110 | 3f8fa2b476 |
UTF-8 | ¾¯v | 1100001010111110110000101010111101110110 | c2bec2af76 |
UHC | ¾?v | 10101000111110100011111101110110 | a8fa3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)