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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 熊莖??湲 | 1000110001000110111001001011000100111111001111111001111111010001 | 8c46e4b13f3f9fd1 |
EUC-JP | 熊莖??湲 | 1011011110100111111010001011001100111111001111111101111011010011 | b7a7e8b33f3fded3 |
UTF-8 | 熊莖렢렰湲 | 111001111000011010001010111010001000111010010110111010111010000010100010111010111010000010110000111001101011100110110010 | e7868ae88e96eba0a2eba0b0e6b9b2 |
UHC | 熊莖렢렰湲 | 11101010101010001100110011101100100011101011001110001110101111011110101010111000 | eaa8ccec8eb38ebdeab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)