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 | 硝メタ脯 | 100011111100100111010010110000001110001111111011 | 8fc9d2c0e3fb |
EUC-JP | 硝メタ脯 | 1011111011001011100011101101001010001110110000001110011011111101 | becb8ed28ec0e6fd |
UTF-8 | 硝メタ脯 | 111001111010000110011101111011111011111010010010111011111011111010000000111010001000010010101111 | e7a19defbe92efbe80e884af |
UHC | 硝??脯 | 111101011010011000111111001111111111100011100001 | f5a63f3ff8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)