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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 射捨渉 | 1000111011001011100011101100110010001111110000101111000001000010 | 8ecb8ecc8fc2f042 |
EUC-JP | 射捨渉? | 10111100110011011011110011001110101111101100010000111111 | bccdbccebec43f |
UTF-8 | 射捨渉 | 111001011011000010000100111001101000110110101000111001101011100010001001111011101000000010000010 | e5b084e68da8e6b889ee8082 |
UHC | 射捨?? | 110111101101001011011110110101110011111100111111 | ded2ded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)