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 | ?N | 0011111101001110 | 3f4e |
SJIS-WIN | 蛛N | 111001011000000101001110 | e5814e |
EUC-JP | 蛛N | 111010011110000101001110 | e9e14e |
UTF-8 | 蛛N | 11101000100110111001101101001110 | e89b9b4e |
UHC | 蛛N | 111100011100100001001110 | f1c84e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)