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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 潁穢輊軫\ | 100111111111000111100010011100011110011101101000111001110110011001011100 | 9ff1e271e768e7665c |
EUC-JP | 潁穢輊軫\ | 110111101111001111100011110100101110110111001001111011011100011101011100 | def3e3d2edc9edc75c |
UTF-8 | 潁穢輊軫\ | 11100110101111011000000111100111101010011010001011101000101111001000101011101000101110111010101101011100 | e6bd81e7a9a2e8bc8ae8bbab5c |
UHC | 潁穢?軫\ | 1110011110111000111001111101101100111111111100101110001001011100 | e7b8e7db3ff2e25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)