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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セ羣ヨセ羣ヨB | 101111101110001110111000110101101011111011100011101110001101011001000010 | bee3b8d6bee3b8d642 |
EUC-JP | セ羣ヨセ羣ヨB | 10001110101111101110011010111010100011101101011010001110101111101110011010111010100011101101011001000010 | 8ebee6ba8ed68ebee6ba8ed642 |
UTF-8 | セ羣ヨセ羣ヨB | 11101111101111011011111011100111101111101010001111101111101111101001011011101111101111011011111011100111101111101010001111101111101111101001011001000010 | efbdbee7bea3efbe96efbdbee7bea3efbe9642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)