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 | 獨蛇偲 | 111000001101010110001110110101101000111011000011 | e0d58ed68ec3 |
EUC-JP | 獨蛇偲 | 111000001101011110111100110110001011110011000101 | e0d7bcd8bcc5 |
UTF-8 | 獨蛇偲 | 111001111000110110101000111010001001101110000111111001011000000110110010 | e78da8e89b87e581b2 |
UHC | 獨蛇? | 1101010010111100110111101110111100111111 | d4bcdeef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)