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 | 猖狎猖 | 111000001100100111100000101111101110000011001001 | e0c9e0bee0c9 |
EUC-JP | 猖狎猖 | 111000001100101111100000110000001110000011001011 | e0cbe0c0e0cb |
UTF-8 | 猖狎猖 | 111001111000110010010110111001111000101110001110111001111000110010010110 | e78c96e78b8ee78c96 |
UHC | 猖狎猖 | 111100111110100111100100111001001111001111101001 | f3e9e4e4f3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)