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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 銹泥銹泥^ | 111001111111011010010011010001001110011111110110100100110100010001011110 | e7f69344e7f693445e |
EUC-JP | 銹泥銹泥^ | 111011101111100011000101101001011110111011111000110001011010010101011110 | eef8c5a5eef8c5a55e |
UTF-8 | 銹泥銹泥^ | 11101001100010101011100111100110101100111010010111101001100010101011100111100110101100111010010101011110 | e98ab9e6b3a5e98ab9e6b3a55e |
UHC | 銹泥銹泥^ | 111000101100100011010010111110101110001011001000110100101111101001011110 | e2c8d2fae2c8d2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)