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 | 壯??玉 | 100110101110000100111111001111111000101111001010 | 9ae13f3f8bca |
EUC-JP | 壯??玉 | 110101001110001100111111001111111011011011001100 | d4e33f3fb6cc |
UTF-8 | 壯녷뮈玉 | 111001011010001110101111111010111000010110110111111010111010111010001000111001111000111010001001 | e5a3afeb85b7ebae88e78e89 |
UHC | 壯녷뮈玉 | 1110110111100000100001101110011010111001101111111110100010101100 | ede086e6b9bfe8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)