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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莨ァ螟ア鞴 | 1110010010111100101001111110010110100100101100011110100011100100 | e4bca7e5a4b1e8e4 |
EUC-JP | 莨ァ螟ア鞴 | 11101000101111101000111010100111111010101010011010001110101100011111000011100110 | e8be8ea7eaa68eb1f0e6 |
UTF-8 | 莨ァ螟ア鞴 | 111010001000111010101000111011111011110110100111111010001001111010011111111011111011110110110001111010011001111010110100 | e88ea8efbda7e89e9fefbdb1e99eb4 |
UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)