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 | 獸穗竪 | 111000001101011111100010011011101001001001000111 | e0d7e26e9247 |
EUC-JP | 獸穗竪 | 111000001101100111100011110011111100001110101000 | e0d9e3cfc3a8 |
UTF-8 | 獸穗竪 | 111001111000110110111000111001111010100110010111111001111010101110101010 | e78db8e7a997e7abaa |
UHC | 獸穗竪 | 111000101010111011100010101101001110001010110101 | e2aee2b4e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)