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^ | 111000111010000111100011111011010110010101011110 | e3a1e3ed655e |
EUC-JP | 罍肬e^ | 111001101010001111100110111011110110010101011110 | e6a3e6ef655e |
UTF-8 | 罍肬e^ | 1110011110111101100011011110100010000010101011000110010101011110 | e7bd8de882ac655e |
UHC | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)