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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 池??] | 1001001001110010001111110011111101011101 | 92723f3f5d |
EUC-JP | 池??] | 1100001111010011001111110011111101011101 | c3d33f3f5d |
UTF-8 | 池롖롔] | 11100110101100011010000011101011101000011001011011101011101000011001010001011101 | e6b1a0eba196eba1945d |
UHC | 池롖롔] | 11110010101011101000111011011010100011101101100001011101 | f2ae8eda8ed85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)