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 | ???T | 00111111001111110011111101010100 | 3f3f3f54 |
SJIS-WIN | 蟶昶鎌T | 11100101101110001001110111100010100010101001100101010100 | e5b89de28a9954 |
EUC-JP | 蟶昶鎌T | 11101010101110101101101011100100101100111111100101010100 | eabadae4b3f954 |
UTF-8 | 蟶昶鎌T | 11101000100111111011011011100110100110001011011011101001100011101000110001010100 | e89fb6e698b6e98e8c54 |
UHC | ?昶鎌T | 001111111111001111100100110011001100011101010100 | 3ff3e4ccc754 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)