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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箏???憶? | 1110001010110101001111110011111100111111100010011010111100111111 | e2b53f3f3f89af3f |
EUC-JP | 箏???憶? | 1110010010110111001111110011111100111111101100101011000100111111 | e4b73f3f3fb2b13f |
UTF-8 | 箏렋履렜憶렖 | 111001111010111010001111111010111010000010001011111011111010011110011111111010111010000010011100111001101000011010110110111010111010000010010110 | e7ae8feba08befa79feba09ce686b6eba096 |
UHC | 箏렋履렜憶렖 | 111011101011010010001110101000101110110010101010100011101010111011100101111000111000111010101011 | eeb48ea2ecaa8eaee5e38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)