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 | 射捨渉 | 100011101100101110001110110011001000111111000010 | 8ecb8ecc8fc2 |
EUC-JP | 射捨渉 | 101111001100110110111100110011101011111011000100 | bccdbccebec4 |
UTF-8 | 射捨渉 | 111001011011000010000100111001101000110110101000111001101011100010001001 | e5b084e68da8e6b889 |
UHC | 射捨? | 1101111011010010110111101101011100111111 | ded2ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)