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 | 湛但旦達 | 1001001001011000100100100100000110010010010101011001001001000010 | 9258924192559242 |
EUC-JP | 湛但旦達 | 1100001110111001110000111010001011000011101101101100001110100011 | c3b9c3a2c3b6c3a3 |
UTF-8 | 湛但旦達 | 111001101011100110011011111001001011110110000110111001101001011110100110111010011000000110010100 | e6b99be4bd86e697a6e98194 |
UHC | 湛但旦達 | 1101001111000000110100111010001111010011101010011101001110111001 | d3c0d3a3d3a9d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)