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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羈k郡諡 | 1110001110110001100000101000101110001100010100111110011010001011 | e3b1828b8c53e68b |
EUC-JP | 羈k郡諡 | 1110011010110011101000111110101110110111101101001110101111101011 | e6b3a3ebb7b4ebeb |
UTF-8 | 羈k郡諡 | 111001111011111010001000111011111011110110001011111010011000001110100001111010001010101110100001 | e7be88efbd8be983a1e8aba1 |
UHC | 羈k郡諡 | 1101000110111100101000111110101111001111110110111110001111001101 | d1bca3ebcfdbe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)