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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ル」e^ | 1111010011000111111110011010101111011001101000110110010101011110 | f4c7f9abd9a3655e |
EUC-JP | ??ル」e^ | 0011111100111111100011101101100110001110101000110110010101011110 | 3f3f8ed98ea3655e |
UTF-8 | ル」e^ | 1110111010001101101101101110111010011100100001101110111110111110100110011110111110111101101000110110010101011110 | ee8db6ee9c86efbe99efbda3655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)