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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???漿?莖 | 0011111100111111001111111001111111110111001111111110010010110001 | 3f3f3f9ff73fe4b1 |
EUC-JP | ???漿?莖 | 0011111100111111001111111101111011111001001111111110100010110011 | 3f3f3fdef93fe8b3 |
UTF-8 | 뤿쪔펭漿퓥莖 | 111010111010010010111111111011001010101010010100111011011000111010101101111001101011110010111111111011011001001110100101111010001000111010010110 | eba4bfecaa94ed8eade6bcbfed93a5e88e96 |
UHC | 뤿쪔펭漿퓥莖 | 100011111110101110100101100011101100011011101011111011011110110010111111100011101100110011101100 | 8feba58ec6ebedecbf8eccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)