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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鳫ト邇・蒔F | 111010011110110111000100111001111000111010100101100011101010101001000110 | e9edc4e78ea58eaa46 |
EUC-JP | 鳫ト邇・蒔F | 1111001011101111100011101100010011101101111011101000111010100101101111001010110001000110 | f2ef8ec4edee8ea5bcac46 |
UTF-8 | 鳫ト邇・蒔F | 11101001101100111010101111101111101111101000010011101001100000101000011111101111101111011010010111101000100100101001010001000110 | e9b3abefbe84e98287efbda5e8929446 |
UHC | ??邇?蒔F | 0011111100111111111011001100010000111111111000111100100001000110 | 3f3fecc43fe3c846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)