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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 郞帶iF | 11111011101101101001101111100110100000101000100101000110 | fbb69be6828946 |
EUC-JP | ?帶iF | 001111111101011011101000101000111110100101000110 | 3fd6e8a3e946 |
UTF-8 | 郞帶iF | 11101001100000111001111011100101101110001011011011101111101111011000100101000110 | e9839ee5b8b6efbd8946 |
UHC | 郞帶iF | 11010101110011011101001111100001101000111110100101000110 | d5cdd3e1a3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)