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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ⅱ嚥 | 001111110011111111111010010000011001101010001011 | 3f3ffa419a8b |
EUC-JP | ???嚥 | 0011111100111111001111111101001111101011 | 3f3f3fd3eb |
UTF-8 | 遼€ⅱ嚥 | 111011111010011110000011111000101000001010101100111000101000010110110001111001011001101010100101 | efa783e282ace285b1e59aa5 |
UHC | 遼€ⅱ嚥 | 1110100110101100101000101110011010100101101000101110011010111111 | e9aca2e6a5a2e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)