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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 錚梨錚姆^ | 111010000100001010010111100111001110100001000010100110110100011101011110 | e842979ce8429b475e |
EUC-JP | 錚梨錚姆^ | 111011111010001111001101111111001110111110100011110101011010100001011110 | efa3cdfcefa3d5a85e |
UTF-8 | 錚梨錚姆^ | 11101001100011001001101011100110101000101010100011101001100011001001101011100101101001111000011001011110 | e98c9ae6a2a8e98c9ae5a7865e |
UHC | 錚梨錚姆^ | 111011101011011011010111110111101110111010110110110110011011010101011110 | eeb6d7deeeb6d9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)