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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 唸眄e^ | 100110100101100011100001101111100110010101011110 | 9a58e1be655e |
EUC-JP | 唸眄e^ | 110100111011100111100010110000000110010101011110 | d3b9e2c0655e |
UTF-8 | 唸眄e^ | 1110010110010100101110001110011110011100100001000110010101011110 | e594b8e79c84655e |
UHC | ?眄e^ | 0011111111011000111110000110010101011110 | 3fd8f8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)