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 | IV±J | 1001001001001001100100100101011010010001101100011001001001001010 | 9249925691b1924a |
SJIS-WIN | ?I?V?±?J | 001111110100100100111111010101100011111110000001011111010011111101001010 | 3f493f563f817d3f4a |
EUC-JP | ?I?V?±?J | 001111110100100100111111010101100011111110100001110111100011111101001010 | 3f493f563fa1de3f4a |
UTF-8 | IV±J | 11000010100100100100100111000010100100100101011011000010100100011100001010110001110000101001001001001010 | c29249c29256c291c2b1c2924a |
UHC | ?I?V?±?J | 001111110100100100111111010101100011111110100001101111100011111101001010 | 3f493f563fa1be3f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)