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 | ú´¡^ | 11111010101101001010000101011110 | fab4a15e |
SJIS-WIN | ?´?^ | 0011111110000001010011000011111101011110 | 3f814c3f5e |
EUC-JP | ú´¡^ | 100011111010101111100010101000011010110110001111101000101100001001011110 | 8fabe2a1ad8fa2c25e |
UTF-8 | ú´¡^ | 11000011101110101100001010110100110000101010000101011110 | c3bac2b4c2a15e |
UHC | ?´¡^ | 001111111010001010100101101000101010111001011110 | 3fa2a5a2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)