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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膽悟叱B | 11100100010110111000110011100101100011101011011001000010 | e45b8ce58eb642 |
EUC-JP | 膽悟叱B | 11100111101111001011100011100111101111001011100001000010 | e7bcb8e7bcb842 |
UTF-8 | 膽悟叱B | 11101000100001101011110111100110100000101001111111100101100011111011000101000010 | e886bde6829fe58fb142 |
UHC | 膽悟叱B | 11010011110001011110011111110110111100101110101001000010 | d3c5e7f6f2ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)