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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 髓}髓{^ | 11101001100100100111110111101001100100100111101101011110 | e9927de9927b5e |
EUC-JP | 髓}髓{^ | 11110001111100100111110111110001111100100111101101011110 | f1f27df1f27b5e |
UTF-8 | 髓}髓{^ | 111010011010101110010011011111011110100110101011100100110111101101011110 | e9ab937de9ab937b5e |
UHC | 髓}髓{^ | 11100010110100000111110111100010110100000111101101011110 | e2d07de2d07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)