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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銷拘褪 | 111001111111011110001101010100111110010111110010 | e7f78d53e5f2 |
EUC-JP | 銷拘褪 | 111011101111100110111001101101001110101011110100 | eef9b9b4eaf4 |
UTF-8 | 銷拘褪 | 111010011000101010110111111001101000101110011000111010001010010010101010 | e98ab7e68b98e8a4aa |
UHC | 銷拘褪 | 111000011101000111001111101011001111011111011011 | e1d1cfacf7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)