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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕚ェッ | 111101101100101111100100110101001010101010101111 | f6cbe4d4aaaf |
EUC-JP | ?蕚ェッ | 00111111111010001101011010001110101010101000111010101111 | 3fe8d68eaa8eaf |
UTF-8 | 蕚ェッ | 111011101001001110110010111010001001010110011010111011111011110110101010111011111011110110101111 | ee93b2e8959aefbdaaefbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)