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 | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-WIN | 篠ムハ偲自` | 100011101100001011010001110010101000111011000011100011101010100101100000 | 8ec2d1ca8ec38ea960 |
EUC-JP | 篠ムハ偲自` | 1011110011000100100011101101000110001110110010101011110011000101101111001010101101100000 | bcc48ed18ecabcc5bcab60 |
UTF-8 | 篠ムハ偲自` | 11100111101011111010000011101111101111101001000111101111101111101000101011100101100000011011001011101000100001111010101001100000 | e7afa0efbe91efbe8ae581b2e887aa60 |
UHC | 篠???自` | 1110000111000110001111110011111100111111111011011011101101100000 | e1c63f3f3fedbb60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)