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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 巖E巖EB | 10011011110111000100010110011011110111000100010101000010 | 9bdc459bdc4542 |
EUC-JP | 巖E巖EB | 11010110110111100100010111010110110111100100010101000010 | d6de45d6de4542 |
UTF-8 | 巖E巖EB | 111001011011011110010110010001011110010110110111100101100100010101000010 | e5b79645e5b7964542 |
UHC | 巖E巖EB | 11100100110111000100010111100100110111000100010101000010 | e4dc45e4dc4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)