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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 飮ε?e^ | 10011111010110101000001111000011001111110110010101011110 | 9f5a83c33f655e |
EUC-JP | 飮ε?e^ | 11011101101110111010011011000101001111110110010101011110 | ddbba6c53f655e |
UTF-8 | 飮εㄽe^ | 11101001101000111010111011001110101101011110001110000100101111010110010101011110 | e9a3aeceb5e384bd655e |
UHC | 飮εㄽe^ | 1110101111100110101001011110010110100100101011010110010101011110 | ebe6a5e5a4ad655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)