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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 但旦鱈損H | 100100100100000110010010010101011001001001001100100100011011100101001000 | 92419255924c91b948 |
EUC-JP | 但旦鱈損H | 110000111010001011000011101101101100001110101101110000101011101101001000 | c3a2c3b6c3adc2bb48 |
UTF-8 | 但旦鱈損H | 11100100101111011000011011100110100101111010011011101001101100011000100011100110100100001000110101001000 | e4bd86e697a6e9b188e6908d48 |
UHC | 但旦?損H | 1101001110100011110100111010100100111111111000011101111101001000 | d3a3d3a93fe1df48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)