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 | 鰲??業 | 111010011110000000111111001111111000101111000110 | e9e03f3f8bc6 |
EUC-JP | 鰲??業 | 111100101110001000111111001111111011011011001000 | f2e23f3fb6c8 |
UTF-8 | 鰲멤돧業 | 111010011011000010110010111010111010100110100100111010111000111110100111111001101010010110101101 | e9b0b2eba9a4eb8fa7e6a5ad |
UHC | 鰲멤돧業 | 1110100010100111101110001110001010001001101010111110010111110110 | e8a7b8e289abe5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)