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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 乘?[}乘?[{^ | 1001100010101001001111110101101101111101100110001010100100111111010110110111101101011110 | 98a93f5b7d98a93f5b7b5e |
EUC-JP | 乘?[}乘?[{^ | 1101000010101011001111110101101101111101110100001010101100111111010110110111101101011110 | d0ab3f5b7dd0ab3f5b7b5e |
UTF-8 | 乘쒙[}乘쒙[{^ | 1110010010111001100110001110110010010010100110010101101101111101111001001011100110011000111011001001001010011001010110110111101101011110 | e4b998ec92995b7de4b998ec92995b7b5e |
UHC | 乘쒙[}乘쒙[{^ | 11100011101010111001110011101111010110110111110111100011101010111001110011101111010110110111101101011110 | e3ab9cef5b7de3ab9cef5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)