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 | 艱j芥 | 111001001000010110000010100010101000101001001000 | e485828a8a48 |
EUC-JP | 艱j芥 | 111001111110010110100011111010101011001110101001 | e7e5a3eab3a9 |
UTF-8 | 艱j芥 | 111010001000100110110001111011111011110110001010111010001000101010100101 | e889b1efbd8ae88aa5 |
UHC | 艱j芥 | 110010101101111010100011111010101100101111001110 | cadea3eacbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)