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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ゚ァh゚ァ | 1101111110100111011010001101111110100111 | dfa768dfa7 |
EUC-JP | ゚ァh゚ァ | 100011101101111110001110101001110110100010001110110111111000111010100111 | 8edf8ea7688edf8ea7 |
UTF-8 | ゚ァh゚ァ | 11101111101111101001111111101111101111011010011101101000111011111011111010011111111011111011110110100111 | efbe9fefbda768efbe9fefbda7 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)