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 | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
SJIS-WIN | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
EUC-JP | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
UTF-8 | 쉃V쉃V^ | 111011001000100110000011010101101110110010001001100000110101011001011110 | ec898356ec8983565e |
UHC | 쉃V쉃V^ | 10011010010110000101011010011010010110000101011001011110 | 9a58569a58565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)