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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蹊???? | 111001101111110000111111001111110011111100111111 | e6fc3f3f3f3f |
EUC-JP | 蹊??滎? | 1110110011111110001111110011111110001111110010001011100100111111 | ecfe3f3f8fc8b93f |
UTF-8 | 蹊욜뮵滎잌 | 111010001011100110001010111011001001101010011100111010111010111010110101111001101011101110001110111011001001111010001100 | e8b98aec9a9cebaeb5e6bb8eec9e8c |
UHC | 蹊욜뮵滎잌 | 11111011101101111011111111100111100100101011110111111011101000111001111111100101 | fbb7bfe792bdfba39fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)