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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | 篠ムハ偲磁W | 100011101100001011010001110010101000111011000011100011101010010101010111 | 8ec2d1ca8ec38ea557 |
EUC-JP | 篠ムハ偲磁W | 1011110011000100100011101101000110001110110010101011110011000101101111001010011101010111 | bcc48ed18ecabcc5bca757 |
UTF-8 | 篠ムハ偲磁W | 11100111101011111010000011101111101111101001000111101111101111101000101011100101100000011011001011100111101000111000000101010111 | e7afa0efbe91efbe8ae581b2e7a38157 |
UHC | 篠???磁W | 1110000111000110001111110011111100111111111011011011100001010111 | e1c63f3f3fedb857 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)