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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 糘蔕荳nB | 1110001011110010111001001111011011100100101110000110111001000010 | e2f2e4f6e4b86e42 |
EUC-JP | 糘蔕荳nB | 1110010011110100111010001111100011101000101110100110111001000010 | e4f4e8f8e8ba6e42 |
UTF-8 | 糘蔕荳nB | 1110011110110011100110001110100010010100100101011110100010001101101100110110111001000010 | e7b398e89495e88db36e42 |
UHC | ??荳nB | 001111110011111111010100111001010110111001000010 | 3f3fd4e56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)