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 | ?繃?棚^ | 00111111111000110111110100111111100100100100100101011110 | 3fe37d3f92495e |
EUC-JP | 沅繃沅棚^ | 1000111111000110111010011110010111011110100011111100011011101001110000111010101001011110 | 8fc6e9e5de8fc6e9c3aa5e |
UTF-8 | 沅繃沅棚^ | 11100110101100101000010111100111101110011000001111100110101100101000010111100110101000111001101001011110 | e6b285e7b983e6b285e6a39a5e |
UHC | 沅繃沅棚^ | 111010101011011011011101110111101110101010110110110111011101110001011110 | eab6dddeeab6dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)