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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赦゚ァ | 10001110110011011101111110100111 | 8ecddfa7 |
EUC-JP | 赦゚ァ | 101111001100111110001110110111111000111010100111 | bccf8edf8ea7 |
UTF-8 | 赦゚ァ | 111010001011010110100110111011111011111010011111111011111011110110100111 | e8b5a6efbe9fefbda7 |
UHC | 赦?? | 11011110111101010011111100111111 | def53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)