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 | 茫≫侵聶 | 1110010010101001100000011110001010010000010011101110001111100001 | e4a981e2904ee3e1 |
EUC-JP | 茫≫侵聶 | 1110100010101011101000101110010010111111101011111110011011100011 | e8aba2e4bfafe6e3 |
UTF-8 | 茫≫侵聶 | 111010001000110010101011111000101000100110101011111001001011111010110101111010001000000110110110 | e88cabe289abe4beb5e881b6 |
UHC | 茫≫侵? | 11011000110101001010000111101101111101101101010100111111 | d8d4a1edf6d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)