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 | 丹則湛則 | 1001001001001111100100011010010110010010010110001001000110100101 | 924f91a5925891a5 |
EUC-JP | 丹則湛則 | 1100001110110000110000101010011111000011101110011100001010100111 | c3b0c2a7c3b9c2a7 |
UTF-8 | 丹則湛則 | 111001001011100010111001111001011000100110000111111001101011100110011011111001011000100110000111 | e4b8b9e58987e6b99be58987 |
UHC | 丹則湛則 | 1101001110100001111101101100111011010011110000001111011011001110 | d3a1f6ced3c0f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)