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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | 篠ムハ偲而a | 100011101100001011010001110010101000111011000011100011101010011101100001 | 8ec2d1ca8ec38ea761 |
EUC-JP | 篠ムハ偲而a | 1011110011000100100011101101000110001110110010101011110011000101101111001010100101100001 | bcc48ed18ecabcc5bca961 |
UTF-8 | 篠ムハ偲而a | 11100111101011111010000011101111101111101001000111101111101111101000101011100101100000011011001011101000100000001000110001100001 | e7afa0efbe91efbe8ae581b2e8808c61 |
UHC | 篠???而a | 1110000111000110001111110011111100111111111011001011101101100001 | e1c63f3f3fecbb61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)