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 | ????LY | 001111110011111100111111001111110100110001011001 | 3f3f3f3f4c59 |
SJIS-WIN | 鬆、鮖ソLY | 1110100110100000101001001110100110111001101111110100110001011001 | e9a0a4e9b9bf4c59 |
EUC-JP | 鬆、鮖ソLY | 11110010101000101000111010100100111100101011101110001110101111110100110001011001 | f2a28ea4f2bb8ebf4c59 |
UTF-8 | 鬆、鮖ソLY | 1110100110101100100001101110111110111101101001001110100110101110100101101110111110111101101111110100110001011001 | e9ac86efbda4e9ae96efbdbf4c59 |
UHC | ????LY | 001111110011111100111111001111110100110001011001 | 3f3f3f3f4c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)