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 | 陋ケ螟 | 1110100010011011101110011110010110100100 | e89bb9e5a4 |
EUC-JP | 陋ケ螟 | 111011111111101110001110101110011110101010100110 | effb8eb9eaa6 |
UTF-8 | 陋ケ螟 | 111010011001100110001011111011111011110110111001111010001001111010011111 | e9998befbdb9e89e9f |
UHC | 陋?螟 | 1101011110110000001111111101100110101101 | d7b03fd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)